Type Property 型プロパティ

letterCharacterSet

A character set containing the characters in Unicode General Category L* & M*. 「ユニコード一般カテゴリ」L*&M*の中の文字を含んでいる文字集合。

Declaration 宣言

@property(readonly, class, copy) NSCharacterSet *letterCharacterSet;

Return Value 戻り値

A character set containing all the letter characters. 字母文字の全てを含んでいる文字集合。

Discussion 議論

Informally, this set is the set of all characters used as letters of alphabets and ideographs. 非公式には、この集合はアルファベットと表意文字の字母として使われる文字すべての集合です。

See Also 参照

Getting Standard Character Sets 標準文字集合を取得する