Aa
Case Converter
Convert text to any case format instantly โ camelCase, snake_case, kebab-case and more
24 characters ยท 4 words
UPPERCASE
HELLO WORLD
HELLO WORLD EXAMPLE TEXT
lowercase
hello world
hello world example text
Title Case
Hello World
Hello World Example Text
Sentence case
Hello world
Hello world example text
camelCase
helloWorld
helloWorldExampleText
PascalCase
HelloWorld
HelloWorldExampleText
snake_case
hello_world
hello_world_example_text
kebab-case
hello-world
hello-world-example-text
CONSTANT_CASE
HELLO_WORLD
HELLO_WORLD_EXAMPLE_TEXT
dot.case
hello.world
hello.world.example.text
When to Use Which Case?
- โข camelCase โ JavaScript variables, JSON keys, React props
- โข PascalCase โ React components, class names, TypeScript types
- โข snake_case โ Python variables, database column names, file names
- โข kebab-case โ CSS class names, HTML attributes, URL slugs
- โข CONSTANT_CASE โ Environment variables, configuration constants
- โข dot.case โ Config file keys, language translations (i18n)