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.
この文字がアッパーケースと考えられるかどうかを指し示すブール値。
var isLowercase : Bool
A Boolean value indicating whether this character is considered lowercase.
この文字がローワーケースであると考えられるかどうかを指し示すブール値。
func lowercased() -> String
Returns a lowercased version of this character.
この文字のローワーケース版を返します。