Camel Case Converter
camelcase · convert · text
camelCase
helloWorldThisIsATest
Click to copy
PascalCase
HelloWorldThisIsATest
Click to copy
snake_case
hello_world_this_is_a_test
Click to copy
SCREAMING_SNAKE
HELLO_WORLD_THIS_IS_A_TEST
Click to copy
kebab-case
hello-world-this-is-a-test
Click to copy
dot.case
hello.world.this.is.a.test
Click to copy
path/case
hello/world/this/is/a/test
Click to copy
Title Case
Hello World This Is A Test
Click to copy
Sentence case
Hello world this is a test
Click to copy
lower case
hello world this is a test
Click to copy
UPPER CASE
HELLO WORLD THIS IS A TEST
Click to copy
COBOL-CASE
HELLO-WORLD-THIS-IS-A-TEST
Click to copy
How to use
- 1
Type the text to convert.
- 2
Find the case style you want.
- 3
Click a card to copy it.
FAQ
Is this tool free?
Yes — no sign-up, no installation, completely free to use right away.
What is this tool?
This tool converts text into camelCase, PascalCase, snake_case, and other naming styles used in code. It's handy for turning a label or sentence into a variable or key name. Everything runs in your browser, instantly.