Enumeration Caseswift 6.0.3_RegexParser
notDecimalDigit
\D
case notDecimalDigit
\D
case notDecimalDigit
s12_RegexParser3ASTV4AtomV14EscapedBuiltinO15notDecimalDigityA2GmF
What are these?3OKIP
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 notHorizontalWhitespace
\H
case notNewline
\N
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