Type Property 型プロパティ

newlineCharacterSet

A character set containing the newline characters (U+000A ~ U+000D, U+0085, U+2028, and U+2029). 改行文字(U+000A ~ U+000DU+0085U+2028、そしてU+2029)を含んでいる文字集合。

Declaration 宣言

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

Return Value 戻り値

A character set containing all the newline characters. 全てのニューライン文字を含んでいる文字集合。

See Also 参照

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