Sentence case
Paste a text: it's lowercased and only the letter after a full stop is capitalized.
What it's for
Fixes a text written in all caps or with careless capitalization, giving it a correct, readable form.
How it works
Everything lowercased, then the first letter of each sentence (after . ! ?) becomes uppercase.