Sentence Case Converter
Transform text to sentence case where the first letter of each sentence is capitalized and the rest is lowercase.
Advertisement
Examples
Sentence case
Input:
hello WORLD. this IS a TEST.
Output:
Hello world. This is a test.
How to Use Sentence Case Converter
- 1Paste your text
- 2Click Convert to Sentence Case
- 3Copy the result
Frequently Asked Questions
How does it detect sentences?
It splits on periods, exclamation marks, and question marks followed by a space.