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