var isCased : Bool
A Boolean value indicating whether this character changes under any form of case conversion.
この文字がケース変換の何らかの形式の下で変化するかどうかを指し示すブール値。
func uppercased() -> String
Returns an uppercased version of this character.
この文字のアッパーケース版を返します。
var isLowercase : Bool
A Boolean value indicating whether this character is considered lowercase.
この文字がローワーケースであると考えられるかどうかを指し示すブール値。
func lowercased() -> String
Returns a lowercased version of this character.
この文字のローワーケース版を返します。