Changing text case means converting between UPPERCASE, lowercase, Title Case, and other formats without retyping. A case converter does this in seconds — paste your text, pick the target case, copy the result.
| Original Text | Target Case | Result |
|---|---|---|
| JOHN SMITH | Title Case | John Smith |
| hello world | UPPERCASE | HELLO WORLD |
| THE QUICK BROWN FOX JUMPS | Sentence case | The quick brown fox jumps |
| My Blog Post Title | kebab-case | my-blog-post-title |
| user first name | camelCase | userFirstName |
| user first name | snake_case | user_first_name |
| user first name | PascalCase | UserFirstName |
| max retry count | CONSTANT_CASE | MAX_RETRY_COUNT |
| Hello World | aLtErNaTiNg | hElLo WoRlD |
| My Variable Name | dot.case | my.variable.name |
Someone sends "PLEASE REVIEW THE ATTACHED DOCUMENT AND PROVIDE YOUR FEEDBACK BY END OF DAY." Paste it into the converter, click Sentence case, get "Please review the attached document and provide your feedback by end of day." — professional and readable.
You exported 500 customer names from a database and they are all uppercase: "JANE DOE, MICHAEL CHEN, SARAH JOHNSON." Copy the entire list, paste into the converter, click Title Case, get "Jane Doe, Michael Chen, Sarah Johnson." Paste back into your spreadsheet.
Your blog title is "How to Start a Small Business in 2026." You need a URL-friendly version. Paste it, click kebab-case, get "how-to-start-a-small-business-in-2026." Copy and paste into your CMS slug field.
You are migrating a JavaScript function to Python. Your JS variable "getUserAccountBalance" needs to become Python-style "get_user_account_balance." Paste the camelCase name, click snake_case, done. No manual underscore insertion.
| Method | Speed | Case Types | Bulk Support | Best For |
|---|---|---|---|---|
| Browser converter | Instant | ✓ 11 types | ✓ Unlimited | Anyone, any amount of text |
| Word (Shift+F3) | Fast | 3 types (cycle) | ~Selected text only | Already in Word |
| Excel formulas | Slow | 3 types | ~One formula per cell | Already in Excel, small data |
| Google Docs (menu) | Fast | 3 types | ~Selected text only | Already in Google Docs |
| VSCode command | Fast | 3-6 types | ~One selection | Developers in VSCode |
| Manual retyping | Very slow | Any | ✗ Impractical | Never — use a tool |
Change text case in seconds — paste, click, copy.
Open Case Converter