format_text_case
Convert text between case formats including camelCase, PascalCase, kebab-case, snake_case, CONSTANT_CASE, Title Case, lowercase, and UPPERCASE for consistent text formatting.
Instructions
Convert text to different case formats (camelCase, PascalCase, kebab-case, snake_case, CONSTANT_CASE, Title Case, lowercase, UPPERCASE)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Text to convert | |
| format | No | Target format (optional, returns all formats by default) |