case_to_train
Transform text into Train-Case, capitalizing each word and joining them with hyphens. Useful for standardizing titles or identifiers.
Instructions
Convert text to Train-Case
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to transform to Train-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) |