Convert a string from any convention to Kebab Case convention.
A string to be converted to Kebab Case.
A string in kebab-case convention.
kebabCase('hello world'); // 'hello-world' Copy
kebabCase('hello world'); // 'hello-world'
Convert a string from any convention to Kebab Case convention.