slug_case
Convert text to slug, snake_case, camelCase, PascalCase, CONSTANT_CASE, or Title Case. Achieve consistent naming across your codebase.
Instructions
Convert text into slug/kebab, snake_case, camelCase, PascalCase, CONSTANT_CASE, and Title Case variants.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to convert |