Skip to main content

upper_camel

Function upper_camel 

Source
pub fn upper_camel(source: &str) -> String
Expand description

Convert source to UpperCamelCase, treating any run of non-alphanumeric characters as a word boundary.