getCharType

fun getCharType(ch: Char): Int

Return the internal CharType constant of a given character.

Return

constant from CharType describing the character type.

Parameters

ch

input character

See also