Enumeration Caseswift 6.0.3_RegexParser
notNewline
\N
case notNewline
\N
case notNewline
s12_RegexParser3ASTV4AtomV14EscapedBuiltinO10notNewlineyA2GmF
What are these?31LNP
import _RegexParser
enum EscapedBuiltin
struct AST
A regex abstract syntax tree.
struct Atom
case alarm
\a
case backspace
\b (from within a custom character class)
case carriageReturn
\r
case decimalDigit
\d
case endOfSubject
\z
case endOfSubjectBeforeNewline
\Z
case escape
\e
case firstMatchingPositionInSubject
\G
case formfeed
\f
case graphemeCluster
\X
case horizontalWhitespace
\h
case newline
\n
case newlineSequence
\R
case notDecimalDigit
\D
case notHorizontalWhitespace
\H
case notTextSegment
\Y
case notVerticalTab
\V
case notWhitespace
\S
case notWordBoundary
\B
case notWordCharacter
\W
case resetStartOfMatch
\K
case singleDataUnit
\C
case startOfSubject
\A
case tab
\t
case textSegment
\y
case trueAnychar
\O
case verticalTab
\v
case whitespace
\s
case wordBoundary
\b (from outside a custom character class)
case wordCharacter
\w