[][src]Function rcombinators::primitives::string_none_of

pub fn string_none_of<S: AsRef<str>>(
    chars: S,
    rp: RepeatSpec
) -> impl Parser<Result = String>

A parser that parses a string consisting of any characters not in the set.