Sets all characters in the given range as characters able to make a word in the specified stream tokenizer object.
Syntax
wordChars( streamtokenizer , lowcharacter , hicharacter )
streamtokenizer.wordChars( lowcharacter , hicharacter )
Parameters
streamtokenizer
|
the stream tokenizer object to use.
|
lowcharacter
|
the low end of the range of characters to designate as characters making a word.
|
hicharacter
|
the high end of the range of characters to designate as characters making a word.
|
Returns
Example
st.wordChars( startChar, endChar )
|