Convert Case
convert_caseConvert text to a target case: camel, pascal, snake, kebab, constant, title, sentence, lower, upper, dot, or slug (keyless, offline).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to convert. | |
| target | Yes | Target case: camel | pascal | snake | kebab | constant | title | sentence | lower | upper | dot | slug. |