pub fn pascal_case(string: &str) -> String
Convert string to PascalCase (often confused with camelCase).