pLetter

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

Returns a Parser that consumes one Unicode letter character (as determined by Char.isLetter).

Return

a Parser that succeeds with the matched letter character.

See also