word

Function word 

Source
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 ’