textCaseKebab
Converts string into kebab-case.
"JSONAPIExample" → "jsonapi-example" (inserts hyphen before the last uppercase letter when followed by lowercase) Copy
"JSONAPIExample" → "jsonapi-example" (inserts hyphen before the last uppercase letter when followed by lowercase)
https://stackoverflow.com/questions/196972/convert-string-to-title-case-with-javascript
Name
textCaseKebab
Description
Converts string into kebab-case.
Example
See
https://stackoverflow.com/questions/196972/convert-string-to-title-case-with-javascript