case_convert
Transform a string between common casing styles like camelCase, PascalCase, snake_case, kebab-case, and more with a specified target format.
Instructions
Convert a string between different casing styles: camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Title Case, and more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | The string to convert | |
| to | Yes | Target case style |