Structure_RegexParser5.9.0
GlobalMatchingOption
Global matching option specifiers.
struct GlobalMatchingOption
Unlike MatchingOptionSequence
, these options must appear at the start of the pattern, and they apply to the entire pattern.
Citizens in _RegexParser
Conformances
protocol CustomDebugStringConvertible
A type with a customized textual representation suitable for debugging purposes.
protocol CustomStringConvertible
A type with a customized textual representation.
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
init(AST
.GlobalMatchingOption.Kind, SourceLocation) var kind: AST.GlobalMatchingOption.Kind
var location: SourceLocation
enum Kind
enum NewlineMatching
Determines the definition of a newline for the ‘.’ character class and when parsing end-of-line comments.
enum NewlineSequenceMatching
Determines what
\R
matches.