Text Case Types Explained
- UPPERCASE: All characters capitalized. Used for acronyms, headings, emphasis.
- lowercase: All characters in small letters. Common in URLs and email addresses.
- Title Case: First letter of each word capitalized. Standard for headings and titles.
- Sentence case: Only the first letter of the sentence is capitalized.
- camelCase: No spaces, each word starts with a capital (except the first). Used in JavaScript variable names.
- snake_case: Words joined by underscores, all lowercase. Common in Python and databases.
Frequently Asked Questions
Is my text saved anywhere?
No. All conversion happens instantly in your browser. Nothing is sent to any server.
Is there a character limit?
No limit. The tool handles texts of any length.