Module kebabcase

Source
Expand description

Provides conversion to and detection of kebab case strings.

Example string kebab-case

Functionsยง

is_kebab_case
Determines if a &str is kebab-case
to_kebab_case
Converts a &str to kebab-case String