Change Text Case Instantly
Accidentally left caps lock on? Need a headline in Title Case, a variable in camelCase, or a URL slug in kebab-case? This free case converter transforms any text into ten different capitalization styles with one click — no retyping, no manual fixes, and no upload: everything runs in your browser.
Paste your text, hit the style you need, and copy the result. The Undo button restores the previous version, so you can try several styles without losing your original.
The Ten Styles Explained
- UPPERCASE / lowercase — every letter up or down; the classic caps lock fix.
- Title Case — Every Word Capitalized; for headlines, book titles, and navigation labels.
- Sentence case — only sentence starts capitalized; for turning SHOUTED text back into normal prose.
- aLtErNaTiNg CaSe — the sarcastic meme case.
- camelCase / PascalCase — programming identifiers in JavaScript, Java, C#, and friends.
- snake_case / CONSTANT_CASE — Python variables and configuration constants.
- kebab-case — URL slugs, CSS classes, and file names.
Smart Word Detection
For the programming styles, the converter understands more than spaces: it splits on hyphens, underscores, and punctuation, and it recognizes existing camelCase boundaries — so someVariableName becomes some_variable_name in one click. That makes it a quick refactoring companion when moving identifiers between languages with different conventions.
