|
Syntax
const short ANY_WORD = 0;
Description
any "words" - words in the meaning of same character types,
collection of alphanumeric characters, or collection of non-alphanumeric characters.
Syntax
const short ANYWORD_IGNOREWHITESPACES = 1;
Description
any "words" - words in the meaning of same character types,
collection of alphanumeric characters, or collection of
non-alphanumeric characters except blanks.
Syntax
const short DICTIONARY_WORD = 2;
Description
"words" - in the meaning of a collection of alphanumeric characters.
|