pub fn tag<'a>( value: impl AsRef<str> ) -> impl Fn(&'a str) -> ParseResult<'a, &'a str>
Recognizes a string.