pub fn sentence<'input>(
__input: &'input str,
) -> Result<Vec<&'input str>, ParseError<<str as Parse>::PositionRepr>>Expand description
sentence matches a sequence of words, numbers and other punctuation ending with sentence-ending punctuation.