pub fn ascii_sentence_case(text: &String) -> Cow<'_, String>
Returns text with the first character turned into ASCII uppercase.
text