Converts a string from camelCase to kebab-case. So it converts "somethingLikeThis" to "something-like-this".
The value to convert.
Converts a string from camelCase to kebab-case. So it converts "somethingLikeThis" to "something-like-this".