Skip to main content

parse

Function parse 

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

Parse spoken cardinal number to string representation.

Returns None if the input cannot be parsed as a number.