whitespaced

fun <A : Any> whitespaced(parser: Parser<Char, A>): Parser<Char, A>

Pads the parser with zero or more whitespaces on the left and right side.