Enumeration_RegexParser5.9.0
NewlineMatching
Determines the definition of a newline for the ‘.’ character class and when parsing end-of-line comments.
enum NewlineMatching
Citizens in _RegexParser
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.
Members
case anyCarriageReturnOrLinefeed
(*ANYCRLF)
case anyUnicode
(*ANY)
case carriageAndLinefeedOnly
(*CRLF)
case carriageReturnOnly
(CR)
case linefeedOnly
(*LF)
case nulCharacter
(*NUL)