Type Property 型プロパティ

illegalCharacterSet

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でまだ定義されていない値を含んでいる文字集合。

Declaration 宣言

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

Return Value 戻り値

A character set containing all the illegal characters. 全ての非合法な文字を含んでいる文字集合。

See Also 参照

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