Method SetText
SetText(String)
Set a new text string to be scanned. The current scan position is reset to First().
Declaration
public virtual void SetText(string newText)
Parameters
Type | Name | Description |
---|---|---|
System.String | newText | new text to scan. |
SetText(CharacterIterator)
Set a new text string to be scanned. The current scan position is reset to First().
Declaration
public abstract void SetText(CharacterIterator newText)
Parameters
Type | Name | Description |
---|---|---|
CharacterIterator | newText | new text to scan. |