UnicodeCategory
enum UnicodeCategory extends uint8import UnicodeCategory from Wax;Unicode General_Category values: letters, marks, numbers, separators, controls/formatting, punctuation, symbols, and unassigned code points. These describe individual code points, not grapheme clusters.
Members
UppercaseLettercase
case UppercaseLetterLowercaseLettercase
case LowercaseLetterTitlecaseLettercase
case TitlecaseLetterModifierLettercase
case ModifierLetterOtherLettercase
case OtherLetterNonSpacingMarkcase
case NonSpacingMarkSpacingCombiningMarkcase
case SpacingCombiningMarkEnclosingMarkcase
case EnclosingMarkDecimalDigitNumbercase
case DecimalDigitNumberLetterNumbercase
case LetterNumberOtherNumbercase
case OtherNumberSpaceSeparatorcase
case SpaceSeparatorLineSeparatorcase
case LineSeparatorParagraphSeparatorcase
case ParagraphSeparatorControlcase
case ControlFormatcase
case FormatSurrogatecase
case SurrogatePrivateUsecase
case PrivateUseConnectorPunctuationcase
case ConnectorPunctuationDashPunctuationcase
case DashPunctuationOpenPunctuationcase
case OpenPunctuationClosePunctuationcase
case ClosePunctuationInitialQuotePunctuationcase
case InitialQuotePunctuationFinalQuotePunctuationcase
case FinalQuotePunctuationOtherPunctuationcase
case OtherPunctuationMathSymbolcase
case MathSymbolCurrencySymbolcase
case CurrencySymbolModifierSymbolcase
case ModifierSymbolOtherSymbolcase
case OtherSymbolOtherNotAssignedcase
case OtherNotAssignedCompareTomethod
public fn CompareTo(UnicodeCategory other) : int32Provided by the compiler.
Equalsmethod
public fn Equals(UnicodeCategory other) : boolProvided by the compiler.
GetHashCodemethod
public fn GetHashCode() : uint32Provided by the compiler.
ToStringmethod
public fn ToString() : stringProvided by the compiler.
ToStringBuffermethod
public fn ToStringBuffer(StringBuilder builder) : int32Provided by the compiler.