var isLetter : Bool
A Boolean value indicating whether this character is a letter.
この表意文字が表音文字であるかどうかを指し示すブール値。
var isPunctuation : Bool
A Boolean value indicating whether this character represents punctuation.
この文字が句読点を表すかどうかを指し示すブール値。
var isWhitespace : Bool
A Boolean value indicating whether this character represents whitespace, including newlines.
この文字が空白を、ニューラインを含めて、表すかどうかを指し示すブール値。
var isSymbol : Bool
A Boolean value indicating whether this character represents a symbol.
この文字がシンボルを表すかどうかを指し示すブール値。
var isMathSymbol : Bool
A Boolean value indicating whether this character represents a symbol that naturally appears in mathematical contexts.
この文字が数学的文脈において自然に現れるシンボルを表すかどうかを指し示すブール値。
var isCurrencySymbol : Bool
A Boolean value indicating whether this character represents a currency symbol.
この文字が通貨記号を表すかどうかを指し示すブール値。