HEX_DIGIT

val HEX_DIGIT: EvalPE<Char>

Parsing expression that represents any hexadecimal digit, that is, any character in '0'..'9', 'a'..'f', or 'A'..'F'.

Sources

JVM source
Link copied to clipboard