convert_case
Transforms text into camelCase, PascalCase, snake_case, kebab-case, upper, or lower case based on your selected style.
Instructions
Convert text between camelCase, PascalCase, snake_case, kebab-case, and more.
Parameters:
text — Text to convert.
style — Target case: 'camel', 'pascal', 'snake', 'kebab', 'upper', 'lower'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| style | No | camel |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |