case_convert
Transform any string into camelCase, snake_case, PascalCase, kebab-case, CONSTANT_CASE, or Title Case. Specify the target format for conversion.
Instructions
[PRO — 3 trial uses left] Convert text between camelCase, snake_case, PascalCase, kebab-case, CONSTANT_CASE, and Title Case
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target case format | |
| text | Yes | Text to convert (e.g. 'myVariableName' or 'my-variable-name') |