Enumerationswift 6.0.1_RegexParser
PCRESpecialCategory
enum PCRESpecialCategory
Cases
Other members in extension
Types
enum JavaSpecial
Special Java properties that correspond to methods on
java.lang.Character
, with thejava
prefix replaced byis
.enum Kind
Type members
Instance members
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:]’.
var kind: AST.Atom.CharacterProperty.Kind
Citizens in _RegexParser
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol RawRepresentable<RawValue>
A type that can be converted to and from an associated raw value.
Type members
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.