[][src]Module inflector::cases::kebabcase

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