pHexDigit

fun <U : Any> pHexDigit(): Parser<Char, Char, U>

Returns a Parser that consumes one hexadecimal digit character (09, af, AF).

Return

a Parser that succeeds with the matched hex digit character.

See also