Convert text into camelCase, snake_case, kebab-case, PascalCase, and Title Case.
Case conversion is useful when moving between variable naming conventions across languages and systems.
Input: hello world_example camelCase: helloWorldExample snake_case: hello_world_example kebab-case: hello-world-example
1. Paste text into the input.
2. The tool outputs multiple naming styles automatically.