Enumerationswift 6.0.1_RegexParser
NewlineMatching
Determines the definition of a newline for the ‘.’ character class and when parsing end-of-line comments.
enum NewlineMatching
Determines the definition of a newline for the ‘.’ character class and when parsing end-of-line comments.
enum NewlineMatching
s12_RegexParser3ASTV20GlobalMatchingOptionV07NewlineE0O
What are these?474NX
import _RegexParser
struct GlobalMatchingOption
Global matching option specifiers.
struct AST
A regex abstract syntax tree.
case anyCarriageReturnOrLinefeed
(*ANYCRLF)
case anyUnicode
(*ANY)
case carriageAndLinefeedOnly
(*CRLF)
case carriageReturnOnly
(CR)
case linefeedOnly
(*LF)
case nulCharacter
(*NUL)
init(_ kind: AST.GlobalMatchingOption.Kind, _ location: SourceLocation)
var kind: AST.GlobalMatchingOption.Kind
var location: SourceLocation
enum Kind
enum NewlineSequenceMatching
Determines what \R
matches.
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.