camelCase · snake_case · kebab · slug
Case converter
Convert text between every common case — camelCase, snake_case, kebab-case, CONSTANT_CASE, Title Case and URL slugs — in one place.
- UPPERCASE
HELLOWORLD EXAMPLE TEXT - lowercase
helloworld example text - Title Case
Helloworld Example Text - Sentence case
Helloworld example text - camelCase
helloWorldExampleText - PascalCase
HelloWorldExampleText - snake_case
hello_world_example_text - kebab-case
hello-world-example-text - CONSTANT_CASE
HELLO_WORLD_EXAMPLE_TEXT - slug
hello-world-example-text
Frequently asked questions
Which cases are supported?
camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Title Case, sentence case and slug.
What is a slug?
A URL-friendly, lowercase, hyphenated version of text — for example "My Post" becomes "my-post".
Is my text uploaded?
No. Conversion runs in your browser.