Module word

Source

StructsΒ§

UWordBoundIndices
External iterator for word boundaries and byte offsets.
UWordBounds
External iterator for a string’s word boundaries.
UnicodeWordIndices
An iterator over the substrings of a string which, after splitting the string on word boundaries, contain any characters with the Alphabetic property, or with General_Category=Number. This iterator also provides the byte offsets for each substring.
UnicodeWords
An iterator over the substrings of a string which, after splitting the string on word boundaries, contain any characters with the Alphabetic property, or with General_Category=Number.

EnumsΒ§

FormatExtendType πŸ”’
RegionalState πŸ”’
UWordBoundsState πŸ”’

FunctionsΒ§

has_alphanumeric πŸ”’
is_emoji πŸ”’
new_unicode_word_indices
new_unicode_words
new_word_bound_indices
new_word_bounds