Module word

Module word 

Source

StructsΒ§

AsciiWordBoundIter πŸ”’
ASCII‑fast‑path word‑boundary iterator for strings that contain only ASCII characters.
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 πŸ”’
IndicesIter πŸ”’
RegionalState πŸ”’
UWordBoundsState πŸ”’
WordsIter πŸ”’

FunctionsΒ§

ascii_word_ok πŸ”’
has_alphanumeric πŸ”’
has_ascii_alphanumeric πŸ”’
is_emoji πŸ”’
new_ascii_word_bound_indices πŸ”’
new_unicode_word_indices
new_unicode_words
new_unicode_words_ascii πŸ”’
new_unicode_words_general πŸ”’
new_word_bound_indices
new_word_bounds
strip_pos πŸ”’
unicode_word_ok πŸ”’

Type AliasesΒ§

AsciiIndicesIter πŸ”’
AsciiWordsIter πŸ”’
UnicodeIndicesIter πŸ”’
UnicodeWordsIter πŸ”’