pDigit

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

Returns a Parser that consumes one decimal digit character (09).

Return

a Parser that succeeds with the matched digit character.

See also