Case Converter

Convert text between camelCase, snake_case, kebab-case, PascalCase, CONSTANT_CASE, Title Case, and more — instantly and entirely in your browser.

// case0 words○ ready
Input
  • Enter text to see every case.

About this case converter

Programmers constantly move names between conventions — a database column in snake_case, a JavaScript variable in camelCase, a React component in PascalCase, a CSS class in kebab-case, an environment variable in CONSTANT_CASE. Paste any text and this tool shows every common case at once, each ready to copy with one click.

Common conversions

  • camelCase to snake_case (and back)
  • snake_case to kebab-case for CSS or URLs
  • Any case to CONSTANT_CASE for environment variables
  • Title Case for headings and labels

Frequently asked questions

Which cases are supported?
camelCase, PascalCase, snake_case, CONSTANT_CASE, kebab-case, Train-Case, dot.case, Title Case, Sentence case, plus plain UPPERCASE and lowercase.
How does it split my text into words?
It detects word boundaries from spaces, underscores, hyphens, dots, slashes, and camelCase transitions — so it can convert from any case to any other.
Is my text sent to a server?
No. All conversion happens in your browser; your text never leaves your device.

// More tools