case_to_kebab
case_to_kebabConvert text strings to kebab-case format by replacing spaces and special characters with hyphens, making them suitable for URLs, filenames, and code identifiers.
Instructions
Convert text to kebab-case
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| delimiter | No | ||
| locale | No | ||
| mergeAmbiguousCharacters | No |