Function english_language_parser::english_parser::end_punctuation
source · pub fn end_punctuation<'input>(
__input: &'input str
) -> Result<&'input str, ParseError<<str as Parse>::PositionRepr>>Expand description
end_punctuation matches sentence-ending punctuation.