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.
A character set containing the newline characters (U+000A ~ U+000D, U+0085, U+2028, and U+2029).
class var newlines: CharacterSet { get }A character set containing all the newline characters.