pub fn not_space<'a>(input: &mut &'a str) -> PResult<&'a str>
Expand description

Anything except whitespace, this parser will not consume “\n” character