Developer tools
Case converter
Convert text between camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, and Title Case.
camelCase
helloWorldExample
PascalCase
HelloWorldExample
snake_case
hello_world_example
kebab-case
hello-world-example
CONSTANT_CASE
HELLO_WORLD_EXAMPLE
Title Case
Hello World Example
Your data never leaves the browser.
How it works
- Paste a phrase or identifier.
- All case variants appear at once.
- Copy the style you need.
FAQ
- Does it split camelCase?
- Yes β camelCase and separators are split into words first.
- Is input uploaded?
- No. Conversion is local.