Enumerationswift 6.0.1_RegexParser
NewlineSequenceMatching
Determines what \R
matches.
enum NewlineSequenceMatching
Determines what \R
matches.
enum NewlineSequenceMatching
s12_RegexParser3ASTV20GlobalMatchingOptionV015NewlineSequenceE0O
What are these?7TH2T
import _RegexParser
struct GlobalMatchingOption
Global matching option specifiers.
struct AST
A regex abstract syntax tree.
case anyCarriageReturnOrLinefeed
(*BSR_ANYCRLF)
case anyUnicode
(*BSR_UNICODE)
init(_ kind: AST.GlobalMatchingOption.Kind, _ location: 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.
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.