Skip to main content

sp_take_while_char

Function sp_take_while_char 

Source
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).