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