[−][src]Macro nom::take_till_s
Deprecated since 4.0.0:
Please use take_till
instead
take_till_s!(char -> bool) => &str -> IResult<&str, &str>
returns the longest list of characters until the provided function succeeds
The argument is either a function char -> bool
or a macro returning a `bool