Contents

newlines

A character set containing the newline characters (U+000A ~ U+000D, U+0085, U+2028, and U+2029).

Declaration

class var newlines: CharacterSet { get }

Return Value

A character set containing all the newline characters.

See Also

Getting Standard Character Sets