Converts string to kebab case.
string
The string to convert.
Returns the kebab cased string.
toCamelCase('Hello, world!')// => 'hello-world' Copy
toCamelCase('Hello, world!')// => 'hello-world'
Converts
string
to kebab case.