convert_text_to_pascalcase
Transform text strings into PascalCase format by capitalizing the first letter of each word and removing spaces, useful for programming variable names and class identifiers.
Instructions
Convert text to PascalCase
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to convert to PascalCase |