Enumerationswift 6.0.1_RegexParser->Swift
POSIXProperty
POSIX character properties not already covered by general categories or binary properties.
enum POSIXProperty
POSIX character properties not already covered by general categories or binary properties.
enum POSIXProperty
import _RegexParser
import Swift
@frozen enum Unicode
A namespace for Unicode utilities.
case alnum
case blank
case graph
case print
case word
case xdigit
enum BinaryProperty
A list of Unicode properties that can either be true or false.
enum Block
A list of unicode character blocks, including No_Block
. https://www.unicode.org/Public/UCD/latest/ucd/Blocks.txt
enum ExtendedGeneralCategory
Unicode.GeneralCategory + cases for “meta categories” such as “L”, which encompasses Lu | Ll | Lt | Lm | Lo.
enum Script
Character script types.
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 : Equatable
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.
init?(rawValue: String)
var hashValue: Int { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.
func hash(into hasher: inout Hasher)