Reformat any text so only the first letter of each sentence is capitalized — clean and readable.
Convert ALL CAPS or messy text into clean sentence case where only sentence starts are capitalized.
| Input | Output |
|---|---|
| FIRST SENTENCE. SECOND SENTENCE? | First sentence. Second sentence? |
Only the very first letter is capitalised, because there is no signal for where new sentences begin. Add punctuation first if the text is one long run-on.
Each bullet is capitalised only if the previous line ended with sentence punctuation. Lists without full stops keep a single capital at the top.