fn any_separator(s: &str) -> IResult<&str, Option<char>>
Expand description

Nom parser for valid separators.