ordinaryChars

fun ordinaryChars(low: Int, hi: Int)

Specifies that all characters c in the range low <= c <= high are "ordinary" in this tokenizer. See the ordinaryChar method for more information on a character being ordinary.

Parameters

low

the low end of the range.

hi

the high end of the range.

See also