Instance Propertyswift 6.0.1_RegexParser
kind
var kind: AST.Atom.CharacterProperty.Kind
var kind: AST.Atom.CharacterProperty.Kind
s12_RegexParser3ASTV4AtomV17CharacterPropertyV4kindAG4KindOvp
What are these?32AQL
import _RegexParser
struct CharacterProperty
struct AST
A regex abstract syntax tree.
struct Atom
enum Kind
init(_ kind: AST.Atom.CharacterProperty.Kind, isInverted: Bool, isPOSIX: Bool)
var isInverted: Bool
Whether this is an inverted property e.g ‘\P{Ll}’, ‘[:^ascii:]’.
var isPOSIX: Bool
Whether this property was written using POSIX syntax e.g ‘[:ascii:]’.
enum JavaSpecial
Special Java properties that correspond to methods on java.lang.Character
, with the java
prefix replaced by is
.
enum PCRESpecialCategory