Skip to main content

title_case

Function title_case 

Source
pub fn title_case(s: &str) -> String
Expand description

Title-case: capitalize the first letter of each word.