titleCamelCaseToKebabCase

Convert a String for a name that is using TitleCamelCase into kebab-case.

For example, "ExampleText" to "example-text"

Same as camelCaseToKebabCase, there is special handling for acronyms. See those docs for examples.