Converts the string to lower-kebab-case.
String toUpperKebabCase() => this.toKebabCase().toUpperCase();