DevTools

Case Converter

Convert text between camelCase, PascalCase, snake_case, kebab-case, and more — instantly.

Ad Space

How to Use

Type or paste any text into the input. The tool automatically detects words and converts them into all supported case formats simultaneously.

Supported formats:

  • camelCase — helloWorldExample
  • PascalCase — HelloWorldExample
  • snake_case — hello_world_example
  • kebab-case — hello-world-example
  • UPPER_SNAKE — HELLO_WORLD_EXAMPLE
  • dot.case — hello.world.example
  • Title Case and more

Why Use a Case Converter?

Different programming languages and frameworks have different naming conventions: JavaScript uses camelCase, Python prefers snake_case, CSS uses kebab-case, and databases often use UPPER_SNAKE. This tool makes converting between them effortless.