class var alphanumerics: CharacterSet
A character set containing the characters in Unicode General Categories L*, M*, and N*.
「ユニコード一般カテゴリ」のL*, M*、そしてN*の中の文字を含んでいる文字集合。
class var capitalizedLetters : CharacterSet
A character set containing the characters in Unicode General Category Lt.
「ユニコード一般カテゴリ」のLtの中の文字を含んでいる文字集合。
class var decimalDigits : CharacterSet
A character set containing the characters in the category of Decimal Numbers.
「Decimal Numbers」のカテゴリの中の文字を含んでいる文字集合。
class var decomposables: CharacterSet
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 var illegalCharacters : CharacterSet
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 var letters: CharacterSet
A character set containing the characters in Unicode General Category L* & M*.
「ユニコード一般カテゴリ」L*&M*の中の文字を含んでいる文字集合。
class var lowercaseLetters : CharacterSet
A character set containing the characters in Unicode General Category Ll.
「ユニコード一般カテゴリ」Llの中の文字を含んでいる文字集合。
class var newlines: CharacterSet
A character set containing the newline characters (
U+000A
~ U+000D
, U+0085
, U+2028
, and U+2029
).
改行文字(U+000A
~ U+000D
、U+0085
、U+2028
、そしてU+2029
)を含んでいる文字集合。
class var nonBaseCharacters : CharacterSet
A character set containing the characters in Unicode General Category M*.
「ユニコード一般カテゴリ」M*の中の文字を含んでいる文字集合。
class var punctuationCharacters : CharacterSet
A character set containing the characters in Unicode General Category P*.
「ユニコード一般カテゴリ」P*の中の文字を含んでいる文字集合。
class var symbols: CharacterSet
A character set containing the characters in Unicode General Category S*.
「ユニコード一般カテゴリ」S*の中の文字を含んでいる文字集合。
class var uppercaseLetters : CharacterSet
A character set containing the characters in Unicode General Category Lu and Lt.
「ユニコード一般カテゴリ」のLuおよびLtの中の文字を含んでいる文字集合。
class var whitespacesAndNewlines : CharacterSet
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 var whitespaces: CharacterSet
A character set containing the characters in Unicode General Category Zs and
CHARACTER TABULATION
(U+0009
).
「ユニコード一般カテゴリ」のZsとCHARACTER TABULATION
(U+0009
)の中の文字を含んでいる文字集合。