Converts the string to kebab-case.
String toKebabCase() => this.extractLowercaseComponents().join('-');