Text Case Types Explained
Different situations call for different text cases. Here is a complete guide to each case type and when to use it:
| Case Type | Example | Common Uses |
|---|---|---|
| UPPERCASE | THE QUICK BROWN FOX | Headlines, acronyms, emphasis, legal documents |
| lowercase | the quick brown fox | URLs, email addresses, hashtags, casual text |
| Title Case | The Quick Brown Fox | Book titles, article headlines, headings |
| Sentence case | The quick brown fox | Regular writing, body text, descriptions |
| camelCase | theQuickBrownFox | JavaScript variables, Java methods, JSON keys |
| PascalCase | TheQuickBrownFox | Class names, C# methods, React components |
| snake_case | the_quick_brown_fox | Python variables, Ruby, database columns |
| kebab-case | the-quick-brown-fox | URLs, CSS classes, file names |
| tOGGLE cASE | tHE QUICK BROWN FOX | Reversing accidental caps lock |
| aLtErNaTiNg | tHe QuIcK bRoWn FoX | Memes, sarcasm (SpongeBob meme text) |
Title Case Rules: Which Words to Capitalize
Title case follows specific capitalization rules. Here's what to capitalize and what to leave lowercase:
- First and last word (always)
- Nouns, verbs, adjectives, adverbs
- Pronouns (including "It")
- Subordinating conjunctions (Because, Although)
- Words with 4+ letters
- Articles: a, an, the
- Short conjunctions: and, but, or, nor
- Short prepositions: in, on, at, to, for, of, by
- The word "to" in infinitives
Our title case converter follows AP/Chicago style conventions. Edge cases: hyphenated words capitalize both parts ("Self-Driving Car"), and the word after a colon is always capitalized.
Keyboard Shortcuts for Changing Case
If you need to change text case in other applications, these shortcuts can help:
| Application | Windows | Mac | Cycles Through |
|---|---|---|---|
| Microsoft Word | Shift + F3 | Fn + Shift + F3 | UPPER, lower, Title |
| Google Docs | Format > Text > Capitalization | Same menu | UPPER, lower, Title |
| VS Code | Ctrl+Shift+P > "Transform" | Cmd+Shift+P > "Transform" | UPPER, lower, Title, snake, camel |
| Pages | N/A | Format > Font > Capitalization | UPPER, lower, Title, Small Caps |
For quick, universal case conversion without any software, just paste your text into our tool above. It works on any device with a web browser.