Type Property 型プロパティ

whitespaceAndNewlineCharacterSet

A character set containing characters in Unicode General Category Z*, U+000A ~ U+000D, and U+0085. 「ユニコード一般カテゴリ」のZ*、U+000A ~ U+000D、そしてU+0085の中の文字を含んでいる文字集合。

Declaration 宣言

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

Return Value 戻り値

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

See Also 参照

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