Contents

newlineSequence

A character class that matches any newline sequence.

Declaration

static var newlineSequence: CharacterClass { get }

Discussion

This character class is equivalent to \R or \n in regex syntax.

See Also

Matching whitespace and line endings