Enumeration Caseswift 6.0.3_RegexParser
utfMode
(*UTF)
case utfMode
(*UTF)
case utfMode
s12_RegexParser3ASTV20GlobalMatchingOptionV4KindO7utfModeyA2GmF
What are these?7BXCV
import _RegexParser
enum Kind
struct AST
A regex abstract syntax tree.
struct GlobalMatchingOption
Global matching option specifiers.
case limitDepth(AST.Atom.Number)
(*LIMIT_DEPTH=d)
case limitHeap(AST.Atom.Number)
(*LIMIT_HEAP=d)
case limitMatch(AST.Atom.Number)
(*LIMIT_MATCH=d)
case newlineMatching(AST.GlobalMatchingOption.NewlineMatching)
case newlineSequenceMatching(AST.GlobalMatchingOption.NewlineSequenceMatching)
case noAutoPossess
(*NO_AUTO_POSSESS)
case noDotStarAnchor
(*NO_DOTSTAR_ANCHOR)
case noJIT
(*NO_JIT)
case noStartOpt
(*NO_START_OPT)
case notEmpty
(*NOTEMPTY)
case notEmptyAtStart
(*NOTEMPTY_ATSTART)
case unicodeProperties
(*UCP)