pub fn to_title_case(content: &str) -> String
Converts a string to title case (first letter capitalized and all the rest lower-case).