Type Property 型プロパティ

whitespaceCharacterSet

A character set containing the characters in Unicode General Category Zs and CHARACTER TABULATION (U+0009). 「ユニコード一般カテゴリ」のZsとCHARACTER TABULATIONU+0009)の中の文字を含んでいる文字集合。

Declaration 宣言

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

Return Value 戻り値

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

Discussion 議論

This set doesn’t contain the newline or carriage return characters. この集合は、ニューラインまたはキャリッジリターン文字を含みません。

See Also 参照

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