CharacterCategory enum

Unicode character categories.

Inheritance

Constructors

CharacterCategory()
const

Values

lu → const CharacterCategory

Letter, Uppercase

ll → const CharacterCategory

Letter, Lowercase

lt → const CharacterCategory

Letter, Titlecase

lm → const CharacterCategory

Letter, Modifier

lo → const CharacterCategory

Letter, Other

mn → const CharacterCategory

Mark, Nonspacing

mc → const CharacterCategory

Mark, Spacing Combining

me → const CharacterCategory

Mark, Enclosing

nd → const CharacterCategory

Number, Decimal Digit

nl → const CharacterCategory

Number, Letter

no → const CharacterCategory

Number, Other

pc → const CharacterCategory

Punctuation, Connector

pd → const CharacterCategory

Punctuation, Dash

ps → const CharacterCategory

Punctuation, Open

pe → const CharacterCategory

Punctuation, Close

pi → const CharacterCategory

Punctuation, Initial quote (may behave like Ps or Pe depending on usage)

pf → const CharacterCategory

Punctuation, Final quote (may behave like Ps or Pe depending on usage)

po → const CharacterCategory

Punctuation, Other

sm → const CharacterCategory

Symbol, Math

sc → const CharacterCategory

Symbol, Currency

sk → const CharacterCategory

Symbol, Modifier

so → const CharacterCategory

Symbol, Other

zs → const CharacterCategory

Separator, Space

zl → const CharacterCategory

Separator, Line

zp → const CharacterCategory

Separator, Paragraph

cc → const CharacterCategory

Other, Control

cf → const CharacterCategory

Other, Format

cs → const CharacterCategory

Other, Surrogate

co → const CharacterCategory

Other, Private Use

cn → const CharacterCategory

Other, Not Assigned (no characters in the file have this property)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<CharacterCategory>
A constant List of the values in this enum, in order of their declaration.