Function string_morph::title_case::to_title_case [] [src]

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

Convert a string to a title cased string

Examples

assert_eq!("Lorem Ipsum Dolor", string_morph::to_title_case("lorem-ipsum-dolor"))