Function to_title_case

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

Convert snake_case to Title Case.