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

  1. 1Paste your text
  2. 2Click Convert to Sentence Case
  3. 3Copy the result

Frequently Asked Questions

How does it detect sentences?

It splits on periods, exclamation marks, and question marks followed by a space.