Enumeration_StringProcessing5.9.0
CharacterClass
This declaration is gated by at least one @_spi attribute.
enum CharacterClass
Citizens in _StringProcessing
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.
Members
case anyGrapheme
case anyUnicodeScalar
case digit
case horizontalWhitespace
case newlineSequence
case notDigit
case notHorizontalWhitespace
case notNewline
case notVerticalWhitespace
case notWhitespace
case notWord
case verticalWhitespace
case whitespace
case word
var inverted: DSLTree.Atom.CharacterClass?