Enumerationswift 6.0.1_RegexParser->Swift
Script
Character script types.
enum Script
Cases
case adlam
case ahom
case anatolianHieroglyphs
case arabic
case armenian
case avestan
case balinese
case bamum
case bassaVah
case batak
case bengali
case bhaiksuki
case bopomofo
case brahmi
case braille
case buginese
case buhid
case canadianAboriginal
case carian
case caucasianAlbanian
case chakma
case cham
case cherokee
case chorasmian
case common
case coptic
case cuneiform
case cypriot
case cyproMinoan
case cyrillic
case deseret
case devanagari
case divesAkuru
case dogra
case duployan
case egyptianHieroglyphs
case elbasan
case elymaic
case ethiopic
case georgian
case glagolitic
case gothic
case grantha
case greek
case gujarati
case gunjalaGondi
case gurmukhi
case han
case hangul
case hanifiRohingya
case hanunoo
case hatran
case hebrew
case hiragana
case imperialAramaic
case inherited
case inscriptionalPahlavi
case inscriptionalParthian
case javanese
case kaithi
case kannada
case katakana
case katakanaOrHiragana
case kayahLi
case kharoshthi
case khitanSmallScript
case khmer
case khojki
case khudawadi
case lao
case latin
case lepcha
case limbu
case linearA
case linearB
case lisu
case lycian
case lydian
case mahajani
case makasar
case malayalam
case mandaic
case manichaean
case marchen
case masaramGondi
case medefaidrin
case meeteiMayek
case mendeKikakui
case meroiticCursive
case meroiticHieroglyphs
case miao
case modi
case mongolian
case mro
case multani
case myanmar
case nabataean
case nandinagari
case newTaiLue
case newa
case nko
case nushu
case nyiakengPuachueHmong
case ogham
case olChiki
case oldHungarian
case oldItalic
case oldNorthArabian
case oldPermic
case oldPersian
case oldSogdian
case oldSouthArabian
case oldTurkic
case oldUyghur
case oriya
case osage
case osmanya
case pahawhHmong
case palmyrene
case pauCinHau
case phagsPa
case phoenician
case psalterPahlavi
case rejang
case runic
case samaritan
case saurashtra
case sharada
case shavian
case siddham
case signWriting
case sinhala
case sogdian
case soraSompeng
case soyombo
case sundanese
case sylotiNagri
case syriac
case tagalog
case tagbanwa
case taiLe
case taiTham
case taiViet
case takri
case tamil
case tangsa
case tangut
case telugu
case thaana
case thai
case tibetan
case tifinagh
case tirhuta
case toto
case ugaritic
case unknown
case vai
case vithkuqi
case wancho
case warangCiti
case yezidi
case yi
case zanabazarSquare
Other members in extension
Types
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.txtenum ExtendedGeneralCategory
Unicode.GeneralCategory + cases for “meta categories” such as “L”, which encompasses Lu | Ll | Lt | Lm | Lo.
enum POSIXProperty
POSIX character properties not already covered by general categories or binary properties.
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<RawValue>
A type that can be converted to and from an associated raw value.
Type members
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.