Enumerationswift 6.1.2_RegexParser->Swift
POSIXProperty
POSIX character properties not already covered by general categories or binary properties.
enum POSIXPropertyPOSIX character properties not already covered by general categories or binary properties.
enum POSIXPropertyimport Swiftimport _RegexParser@frozen enum UnicodeA namespace for Unicode utilities.
case alnumcase blankcase graphcase printcase wordcase xdigitenum BinaryPropertyA list of Unicode properties that can either be true or false.
enum BlockA list of unicode character blocks, including No_Block. https://www.unicode.org/Public/UCD/latest/ucd/Blocks.txt
enum ExtendedGeneralCategoryUnicode.GeneralCategory + cases for “meta categories” such as “L”, which encompasses Lu | Ll | Lt | Lm | Lo.
enum ScriptCharacter script types.
protocol CaseIterableA type that provides a collection of all of its values.
protocol EquatableA type that can be compared for value equality.
protocol Hashable : EquatableA 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)