convert_case
Convert text between naming styles such as snake_case, camelCase, PascalCase, kebab-case, and more. Choose the target case to normalize your strings.
Instructions
Convert text between naming styles: snake_case, camelCase, PascalCase, kebab-case, CONSTANT_CASE, Title Case, or Sentence case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to convert (any of the above styles, or plain words). | |
| target_case | Yes | One of "snake", "camel", "pascal", "kebab", "constant", "title", "sentence". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |