Case converter

Change the case. Keep the words.

Paste your text, pick a case, copy the result. Everything runs in your browser.

0 characters · 0 words

The cases explained

CaseExampleUsed for
UPPERCASETHE QUICK BROWN FOXHeadings, acronyms, emphasis
lowercasethe quick brown foxCasual text, usernames, email addresses
Title CaseThe Quick Brown FoxTitles of articles, books and posts
Sentence caseThe quick brown foxBody text, UI labels, most headings on the web
camelCasetheQuickBrownFoxVariables in JavaScript, Java, Swift
PascalCaseTheQuickBrownFoxClass and component names
snake_casethe_quick_brown_foxPython variables, database columns
kebab-casethe-quick-brown-foxURLs, CSS classes, file names
CONSTANT_CASETHE_QUICK_BROWN_FOXConstants and environment variables

Frequently asked questions

What is the difference between title case and capitalising each word? +

Title case follows editorial rules: articles, short prepositions and conjunctions (a, an, the, of, in, and, or…) stay lowercase unless they start or end the title. Capitalising each word puts a capital on every word regardless.

How do I change case in Word or Google Docs? +

In Word, select the text and press Shift+F3 to cycle through lowercase, UPPERCASE and Capitalize Each Word. Google Docs has Format → Text → Capitalization. For sentence case or programming cases, use this tool and paste the result.

Does sentence case fix proper nouns? +

No. It capitalises the first letter after each full stop, question mark or exclamation mark and lowers everything else, so names inside a sentence will be lowered. Check them after converting.

Is my text sent anywhere? +

No. The conversion runs in your browser. Nothing is uploaded.

✓ Copied to clipboard