case_to_pascal
Transform text into PascalCase by capitalizing the first letter of each word and removing spaces or delimiters. Supports locale and ambiguous character handling.
Instructions
Convert text to PascalCase
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to transform to PascalCase | |
| delimiter | No | The character to use between words (optional) | |
| locale | No | Locale for case conversion (optional) | |
| mergeAmbiguousCharacters | No | Whether to merge ambiguous characters (optional) |