pub fn delimited_with_multispace0<'a>( s: &'static str, ) -> impl Parser<&'a str, &'a str, ContextError>
Parses a string with surrounding whitespace(0 or more times)
Has expected info.