Case Converter

Switch text between sentence case, title case, UPPERCASE, lowercase, camelCase, snake_case and kebab-case.

0 characters

Everything runs in your browser. Your text is never uploaded, stored or logged — close the tab and it is gone.

What each case is for

CaseExampleUsed for
Sentence caseThe lord of the ringsBody text, most modern headings, UI labels
Title CaseThe Lord of the RingsBook and article titles, headlines in US style
UPPERCASETHE LORD OF THE RINGSShort labels and acronyms — hard to read in bulk
lowercasethe lord of the ringsNormalising data, tags, email addresses
camelCasetheLordOfTheRingsVariables in JavaScript, Java, Swift
PascalCaseTheLordOfTheRingsClass names, React components, C# types
snake_casethe_lord_of_the_ringsPython, Ruby, SQL columns
kebab-casethe-lord-of-the-ringsURLs, CSS classes, file names

How title case is applied here

Title case is not simply “capitalise every word”. The convention most style guides share is to capitalise the first and last words and everything in between except short articles, conjunctions and prepositions: a, an, and, as, at, but, by, for, in, nor, of, on, or, per, so, the, to, up, via, vs, yet.

So the lord of the rings becomes The Lord of the Rings, not The Lord Of The Rings. Style guides differ on prepositions of four or more letters — some capitalise Between and Through — so check the result against your house style.

Notes on the programming cases

camelCase, PascalCase, snake_case and kebab-case all discard punctuation and split on any non-alphanumeric character. That is deliberate: these are identifier formats, and a stray apostrophe or comma would make the result invalid.

Common questions

Can I undo a conversion?

Yes — the Undo button steps back through every conversion you have applied, including Clear.

Is my text uploaded?

No. Every conversion happens in your browser on this page.

Does it handle accented characters?

Yes. Case changes use full Unicode rules, so é becomes É correctly, and accents survive the identifier cases as best they can.

Do this on your phone, offline.

Wordpad Plus is a full word processor with a live word count, OCR scanning and one-tap PDF export — no account required.

Free on Google Play In development Coming to iOS

Requires Android 7.0+. No account, no subscription, no ads in the editor.