Method WordChars
WordChars(Int32, Int32)
Specifies that the characters in the range from low
to hi
shall be treated as word characters by this tokenizer. A word consists of
a word character followed by zero or more word or number characters.
Declaration
public void WordChars(int low, int hi)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | low | The first character in the range of word characters. |
System.Int32 | hi | The last character in the range of word characters. |