class func alphanumeric() -> NSMutableCharacterSet
Returns a character set containing the characters in Unicode General Categories L*, M*, and N*.
「ユニコード一般カテゴリ」のL*, M*、そしてN*の中の文字を含んでいる文字集合を返します。
class func capitalizedLetter () -> NSMutableCharacterSet
Returns a character set containing the characters in Unicode General Category Lt.
「ユニコード一般カテゴリ」のLtの中の文字を含んでいる文字集合を返します。
class func control() -> NSMutableCharacterSet
Returns a character set containing the characters in Unicode General Category Cc and Cf.
「ユニコード一般カテゴリ」のCcとCfの中の文字を含んでいる文字集合を返します。
class func decimalDigit () -> NSMutableCharacterSet
Returns a character set containing the characters in the category of decimal numbers.
10進数のカテゴリの中の文字を含んでいる文字集合を返します。
class func decomposable() -> NSMutableCharacterSet
Returns a character set containing individual Unicode characters that can also be represented as composed character sequences (such as for letters with accents), by the definition of “standard decomposition” in version 3.2 of the Unicode character encoding standard.
個々のユニコード文字を含んでいる文字集合を返します、それはまた合成文字シーケンスとして表されます(例えばアクセントを持つ文字などのために)、ユニコード文字エンコーディング標準のバージョン3.2での「標準分解」の定義によります。
class func illegal() -> NSMutableCharacterSet
Returns a character set containing values in the category of Non-Characters or that have not yet been defined in version 3.2 of the Unicode standard.
「Non-Characters」のカテゴリの中の、またはユニコード標準のバージョン3.2でまだ定義されていない値を含んでいる文字集合を返します。
class func letter() -> NSMutableCharacterSet
Returns a character set containing the characters in Unicode General Category L* & M*.
「ユニコード一般カテゴリ」L*&M*の中の文字を含んでいる文字集合を返します。
class func lowercaseLetter () -> NSMutableCharacterSet
Returns a character set containing the characters in Unicode General Category Ll.
「ユニコード一般カテゴリ」Llの中の文字を含んでいる文字集合を返します。
class func nonBase () -> NSMutableCharacterSet
Returns a character set containing the characters in Unicode General Category M*.
「ユニコード一般カテゴリ」M*の中の文字を含んでいる文字集合を返します。
class func punctuation() -> NSMutableCharacterSet
Returns a character set containing the characters in Unicode General Category P*.
「ユニコード一般カテゴリ」P*の中の文字を含んでいる文字集合を返します。
class func symbol() -> NSMutableCharacterSet
Returns a character set containing the characters in Unicode General Category S*.
「ユニコード一般カテゴリ」S*の中の文字を含んでいる文字集合を返します。
class func uppercaseLetter () -> NSMutableCharacterSet
Returns a character set containing the characters in Unicode General Category Lu and Lt.
「ユニコード一般カテゴリ」のLuおよびLtの中の文字を含んでいる文字集合を返します。
class func whitespaceAndNewline () -> NSMutableCharacterSet
Returns a character set containing characters in Unicode General Category Z*,
U+000A
~ U+000D
, and U+0085
.
「ユニコード一般カテゴリ」のZ*、U+000A
~ U+000D
、そしてU+0085
の中の文字を含んでいる文字集合を返します。
class func whitespace() -> NSMutableCharacterSet
Returns a character set containing the characters in Unicode General Category Zs and
CHARACTER TABULATION
(U+0009
).
「ユニコード一般カテゴリ」のZsとCHARACTER TABULATION
(U+0009
)の中の文字を含んでいる文字集合を返します。