pub fn to_sentence(s: impl AsRef<str>) -> String
Converts a string to Sentence.
Sentence
Alias for to_case(Case::Sentence).
to_case(Case::Sentence)
Sentence case strings are delimited by spaces. Only the leading character of the first word is uppercase.