Text Case Conversion Guide
Master text formatting like a pro
Need to convert text between different cases? Whether you're formatting titles, cleaning up data, or styling content, this guide covers all the text case types you need to know.
Text Case Types
UPPERCASE
ALL LETTERS ARE CAPITALIZED
Use for: Headlines, acronyms, emphasis
lowercase
all letters are small
Use for: Casual text, URLs, code
Title Case
The First Letter Of Each Word Is Capitalized
Use for: Titles, names, headings
Sentence case
Only the first letter of the sentence is capitalized
Use for: Regular text, descriptions
camelCase
firstWordLowerThenCapitalize
Use for: JavaScript variables, programming
snake_case
words_separated_by_underscores
Use for: Python, database fields
kebab-case
words-separated-by-hyphens
Use for: URLs, CSS classes, file names
Additional Transformations
- Remove extra spaces - Clean up multiple spaces
- Remove line breaks - Convert to single line
- Reverse text - txet esreveR
- Count characters/words - Text statistics
- Remove duplicates - Unique lines only