Function string_morph::kebab_case::to_kebab_case [] [src]

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

Convert a string to a kebab cased string

Examples

assert_eq!("lorem-ipsum-dolor", string_morph::to_kebab_case("lorem_ipsum_dolor"))