convert
Convert strings between case styles like camel, snake, kebab, and more, with smart splitting for mixed-case input.
Instructions
Convert a string between case styles: camel, pascal, snake, constant, kebab, train, dot, path, title, lower, upper, sentence. Smart input splitting handles mixed-case input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| style | Yes | Target style. |