convert_case
Convert text between camelCase, PascalCase, snake_case, kebab-case, uppercase, and lowercase formats. Specify the target style and input text to get the converted result.
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 |