$kebabCase
The$kebabCase operator converts a string to kebab-case format.
Input
- A single string value
Output
- The input string converted to kebab-case format
Examples
Convert to Kebab Case
"hello-world-test"
Convert with Capital Letters
"convert-this-to-kebab"

