case_to_pascal
Convert text strings to PascalCase format for consistent naming in code and data structures. This tool transforms input by capitalizing each word and removing separators.
Instructions
Convert text to PascalCase
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| delimiter | No | ||
| locale | No | ||
| mergeAmbiguousCharacters | No |