Module iterators

Source
Expand description

Types supporting iteration over segments. Obtained from the segmenter types.

Structsยง

GraphemeClusterBreakIterator
Implements the Iterator trait over the grapheme cluster boundaries of the given string.
LineBreakIterator
Implements the Iterator trait over the line break opportunities of the given string.
SentenceBreakIterator
Implements the Iterator trait over the sentence boundaries of the given string.
WordBreakIterator
Implements the Iterator trait over the word boundaries of the given string.
WordBreakIteratorWithWordType
Word break iterator that also returns the word type