Capitalise text in 7 modes: Title Case, Sentence case, All Words, First Word, Alternating, Inverse, and Each Line. Live preview of all modes at once.
Paste any block of text and pick from seven capitalisation modes — the result updates as you type. The live preview strip below the editor shows all seven outputs at once, so you can compare modes before committing to one. Clicking any row in the strip switches the active mode.
Title Case is the most involved of the seven. It capitalises major words and skips a built-in list of 19 small words — articles (a, an, the), common prepositions (at, by, in, of, on, to, up, via), and coordinating conjunctions (and, but, or, nor, for, so, yet). The first word of each line is always capitalised regardless of what it is.
The Load Sample button fills the input with a three-sentence passage drawn from two classic novels — the quick brown fox, the opening of A Tale of Two Cities, and Hamlet's soliloquy. That passage shows how Title Case handles articles and prepositions mid-sentence while always capitalising the first word.
., !, or ?. Use this to fix text pasted from a source that was in ALL CAPS.\b\w over the text and uppercases the first letter of every whitespace-separated token. Does not skip small words.a1b2c becomes a1B2c.the quick brown fox on its own line becomes The Quick Brown Fox.. ! ? only. An abbreviation like Dr. triggers a capitalised word after the period — no abbreviation list is maintained.a1b2c produces a1B2c because 1 and 2 do not advance the alternator.