Sets whether word tokens are automatically converted to lower case by the specified stream tokenizer object.
Syntax
lowerCaseMode( streamtokenizer , boolean )
streamtokenizer.lowerCaseMode( boolean )
Parameters
streamtokenizer
|
the stream tokenizer object to use.
|
boolean
|
true if word tokens are to be automatically converted to lower case.
false if word tokens are not to be automatically converted to lower case.
|
Returns
Example
st.lowerCaseMode( true )
|