pub(crate) fn colon_or_space(s: &str) -> ParseResult<&str>
Expand description
Consumes any number (including zero) of colon or spaces.
pub(crate) fn colon_or_space(s: &str) -> ParseResult<&str>
Consumes any number (including zero) of colon or spaces.