convert_text_to_pascalcase
Convert any text to PascalCase by capitalizing the first letter of each word and removing spaces or separators.
Instructions
Convert text to PascalCase
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to convert to PascalCase |