Type Property 型プロパティ

alphanumericCharacterSet

A character set containing the characters in Unicode General Categories L*, M*, and N*. 「ユニコード一般カテゴリ」のL*, M*、そしてN*の中の文字を含んでいる文字集合。

Declaration 宣言

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

Return Value 戻り値

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

Discussion 議論

Informally, this set is the set of all characters used as basic units of alphabets, syllabaries, ideographs, and digits. 略式には、この集合はアルファベット、音節文字、表意記号、そしてアラビア数字の基本単位として使われる全ての文字の集合です。

See Also 参照

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

Related Documentation 関連文書