case_to_path
Transforms input text into a path or case format, allowing customization of word delimiter, locale, and ambiguous character merging.
Instructions
Convert text to path/case
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to transform to path/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) |