setText

open override fun setText(newText: CharacterIterator)

Set the iterator to analyze a new piece of text. This function resets the current iteration position to the beginning of the text.

Parameters

newText

An iterator over the text to analyze.