Function comma_separated_strings_either

Source
pub fn comma_separated_strings_either(
    i: &str,
) -> IResult<&str, Vec<&str>, VerboseError<&str>>
Expand description

Parses a comma-separated list of mixed quote strings like ‘a’, “b”, ‘c’.