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)