Skip to main content

parse

Function parse 

Source
pub fn parse(input: &str) -> Option<String>
Expand description

Try to parse spoken punctuation into its written symbol.

Returns Some(symbol) if the entire input matches a known punctuation word. Only matches exact full input — does not replace within sentences.