[][src]Function query_range::to_title_case

pub fn to_title_case(content: &str) -> String

Converts a string to title case (first letter capitalized and all the rest lower-case).