Enumeration_RegexParser5.9.0
PCRESpecialCategory
enum PCRESpecialCategory
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
A type that can be converted to and from an associated raw value.
Members
case alphanumeric
case perlSpace
case perlWord
case posixSpace
case universallyNamed
init?(rawValue: String
)