var isUppercase : Bool
A Boolean value indicating whether this character is considered uppercase.
この文字がアッパーケースと考えられるかどうかを指し示すブール値。
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.
この文字のローワーケース版を返します。