Function string_morph::camel_case::to_camel_case [] [src]

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

Convert a string to a camel cased string

Examples

assert_eq!("loremIpsumDolor", string_morph::to_camel_case("lorem_ipsum_dolor"))