Enumeration Caseswift 6.0.3_RegexParser
newlineSequenceMatching(_:)
case newlineSequenceMatching(AST.GlobalMatchingOption.NewlineSequenceMatching)
case newlineSequenceMatching(AST.GlobalMatchingOption.NewlineSequenceMatching)
s12_RegexParser3ASTV20GlobalMatchingOptionV4KindO015newlineSequenceE0yAgE07NewlineiE0OcAGmF
What are these?NA2W
import _RegexParser
enum Kind
struct AST
A regex abstract syntax tree.
struct GlobalMatchingOption
Global matching option specifiers.
enum NewlineSequenceMatching
Determines what \R
matches.
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 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)
case utfMode
(*UTF)