camelCaseToKebabCase
Convert a String for a name that is using camelCase into kebab-case.
For example, "exampleText" to "example-text"
Note that there's special handling for acronyms, so "exampleABC" will be converted to "example-abc" (not "example-a-b-c").