case_to_kebab
Convert text to kebab-case by replacing spaces with hyphens, creating URL-friendly or variable-friendly strings.
Instructions
Convert text to kebab-case
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to transform to kebab-case | |
| delimiter | No | The character to use between words (optional) | |
| locale | No | Locale for case conversion (optional) | |
| mergeAmbiguousCharacters | No | Whether to merge ambiguous characters (optional) |