Method SetText
SetText(String)
Set the iterator to analyze a new piece of text. This function resets the current iteration position to the beginning of the text.
Declaration
public override void SetText(string newText)
Parameters
Type | Name | Description |
---|---|---|
System.String | newText | The text to analyze. |
Overrides
SetText(CharacterIterator)
Declaration
public override void SetText(CharacterIterator newText)
Parameters
Type | Name | Description |
---|---|---|
CharacterIterator | newText |