pub fn sp_take_while_char<'a>(f: impl Fn(char) -> bool + 'a) -> SpanParser<'a>Expand description
Take characters while predicate holds (char-level, Unicode-safe).
pub fn sp_take_while_char<'a>(f: impl Fn(char) -> bool + 'a) -> SpanParser<'a>Take characters while predicate holds (char-level, Unicode-safe).