The case styles explained
The converter supports the styles you meet in everyday writing and in code:
- UPPERCASE — every letter capitalised. Use for emphasis, acronyms, and short labels; avoid for long passages, which become hard to read.
- lowercase — every letter lowercased. Use for casual messaging and code identifiers.
- Title Case — the first letter of every word capitalised. Use for headlines, book and song titles, and section headings.
- Sentence case — only the first letter of each sentence capitalised, plus proper nouns. Use for body text and most prose.
- tOGGLE cASE — flips the case of every letter. Use to rescue text typed with Caps Lock on.