Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
var Nfc []byte
    Nfc is the table for character normalization where canonical decomposition is done followed by canonical composition. This is used for property checks of characters about composition.
var Nfkc []byte
    Nfkc is the table for character normalization where compatibility decomposition is done followed by canonical composition. This is used for property checks of characters about composition.
var PNames []byte
    PNames is the list of property names. It is used for example by usage of Unicode propery name aliases in regular expressions.
var UBidi []byte
    UBidi is the list of bidi properties. These are used by Bidi class aliases in regular expressions.
var UCase []byte
    UCase is the list of case properties. These are used for case folding internally for case insensitive matching.
var UEmoji []byte
    UEmoji is the list of Emoji properties.
var ULayout []byte
    ULayout is used for property checks agains the InPC, InSC and VO properties.
var UNames []byte
    UNames is used for named character references in regular expressions.
var UProps []byte
    UProps is used for all the character properties. These are used to retrieve properties of characters for character classes, like letters, whitespace, digits etc.
Functions ¶
This section is empty.
Types ¶
This section is empty.