pub fn pascal_case(s: &str, normalize: bool) -> String
Converts a string to PascalCase.
With normalize == true, each part is lowercased before capitalizing.
normalize == true