pub fn word<'input>(
__input: &'input str,
) -> Result<&'input str, ParseError<<str as Parse>::PositionRepr>>Expand description
word matches a word, which is a sequence of alphabetic characters with optinal symbols - and ’
pub fn word<'input>(
__input: &'input str,
) -> Result<&'input str, ParseError<<str as Parse>::PositionRepr>>word matches a word, which is a sequence of alphabetic characters with optinal symbols - and ’