rwf

Function pascal_case

Source
pub fn pascal_case(string: &str) -> String
Expand description

Convert string to PascalCase (often confused with camelCase).