Enumeration_RegexParser5.9.0
JavaSpecial
Special Java properties that correspond to methods on java.lang.Character
, with the java
prefix replaced by is
.
enum JavaSpecial
Citizens in _RegexParser
Conformances
protocol CaseIterable
A type that provides a collection of all of its values.
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
A type that can be converted to and from an associated raw value.
Members
case alphabetic
case defined
case digit
case identifierIgnorable
case ideographic
case isoControl
case javaIdentifierPart
case javaIdentifierStart
case javaLetter
case javaLetterOrDigit
case lowerCase
case mirrored
case spaceChar
case titleCase
case unicodeIdentifierPart
case unicodeIdentifierStart
case upperCase
case whitespace
init?(rawValue: String
)