Returns an iterator over Unicode Age sets. Each item corresponds to a set
of codepoints that were added in a particular revision of Unicode. The
iterator yields items in chronological order.
Returns the Unicode HIR class corresponding to the given Unicode boolean
property.
Find the canonical property name for the given normalized property name.
Find the canonical property value for the given normalized property
value.
Looks up a Unicode class given a query. If one doesnβt exist, then
None
is returned.
Returns the Unicode HIR class corresponding to the given grapheme cluster
break property.
Returns the Unicode HIR class corresponding to the given general category.
Build a Unicode HIR class from a sequence of Unicode scalar value ranges.
Returns true only if the given codepoint is in the \w
character class.
Returns a Unicode aware class for \d.
Returns a Unicode aware class for \s.
Returns a Unicode aware class for \w.
Return the table of property values for the given property name.
Returns the Unicode HIR class corresponding to the given sentence
break property.
Returns the Unicode HIR class corresponding to the given script.
Returns the Unicode HIR class corresponding to the given script extension.
Like symbolic_name_normalize_bytes, but operates on a string.
Normalize the given symbolic name in place according to UAX44-LM3.
Returns the Unicode HIR class corresponding to the given word break
property.