case_to_capital
Convert text to capital case, capitalizing the first letter of each word. Supports custom delimiters and locale settings for flexible formatting.
Instructions
Convert text to Capital Case
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to transform to Capital 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) |