convert_case
Convert text to any supported case format, from camelCase to snake_case, kebab-case, PascalCase, and more, by selecting the target case.
Instructions
Convert text between camelCase, snake_case, kebab-case, PascalCase, CONSTANT_CASE, Title Case, and more
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target case format | |
| text | Yes | Text to convert |