Developer May 20, 2026 · by MetisTools Team
Case Converter: Instantly Transform Text Case (UPPER, lower, Title & More)
#Case#Converter#Text#Developer#Writing
Sometimes you paste text that’s ALL CAPS and need it readable. Other times you’re coding and need to switch between camelCase, snake_case, or kebab-case. A case converter handles all these transformations in one click.
Use the MetisTools free case converter to transform text between 8 different case formats.
All Case Formats Explained
| Case | Example | Common Use |
|---|---|---|
| lowercase | hello world | General text, URLs |
| UPPERCASE | HELLO WORLD | Headlines, emphasis |
| Title Case | Hello World | Article titles, headers |
| Sentence case | Hello world | Body text, emails |
| camelCase | helloWorld | JavaScript variables |
| PascalCase | HelloWorld | Class names, components |
| snake_case | hello_world | Python variables, file names |
| kebab-case | hello-world | CSS classes, URLs |
When to Use Each Case
For Writers & Editors
- Sentence case — for body text, emails, and general writing
- Title Case — for article headlines, book titles, and section headers
- UPPERCASE — sparingly, for acronyms or strong emphasis
For Developers
- camelCase — JavaScript, TypeScript, Java variable names
- PascalCase — React components, C# classes, TypeScript types
- snake_case — Python variables, Ruby methods, database columns
- kebab-case — CSS class names, HTML file names, URLs
How to Use Our Case Converter
- Paste or type your text in the input area
- Select the target case from the dropdown — lowercase, UPPERCASE, Title Case, sentence case, camelCase, PascalCase, snake_case, or kebab-case
- See the result instantly — no button click needed for most modes
- Copy the converted text with one click
Why Our Case Converter Stands Out
- 8 case formats — more than the typical 3-4 offered by other tools
- Smart detection — handles multi-word input intelligently
- Instant results — converts as you type
- Copy button — one-click to clipboard
- Free forever — no limits, no signup
Quick Case Reference for Programmers
Switching between languages? Here’s your cheat sheet:
- JavaScript / TypeScript:
camelCasefor variables,PascalCasefor classes - Python:
snake_casefor variables and functions,PascalCasefor classes - CSS / HTML:
kebab-casefor classes and IDs - SQL:
UPPERCASEfor keywords,snake_casefor table/column names
Related Tools: