Skip to main content
matte

Case Converter

Every case, one click.

Runs in your browser

About

Case Converter transforms text into 12 different cases at once — camelCase, PascalCase, snake_case, SCREAMING_SNAKE, kebab-case, Title Case, and more — so you can copy whichever one your codebase or style guide needs without retyping it by hand. Each variant has its own one-click copy button. Runs fully offline; the text you convert never leaves your browser.

Frequently asked

How many case styles does it support?
12 at once, including the common programming cases (camelCase, snake_case, kebab-case) and prose cases (Title Case, Sentence case, aLtErNaTiNg CaSe).
Does it handle multi-word phrases correctly?
Yes, it splits on spaces, punctuation, and existing case boundaries, so converting an already-camelCased string to snake_case still produces sensible word breaks.