Smart Sentence Case Converter Online

Capitalize the first letter of each sentence while safely protecting URLs, decimal numbers, and abbreviations.

Fixed:
0 Characters
0 Words
0 Sentences
🧹 Remove
🔤 Convert
📑 Format
Copied to clipboard

The Problem with Typical Sentence Casers

Most online text tools implement sentence casing using a naive algorithm: they split text whenever they encounter a period (.) and then capitalize the next word. This breaks text in five critical ways:

  1. Decimals are split: version 1.5 costs $9.99 becomes Version 1. 5 costs $9. 99.
  2. URLs are corrupted: visit acme.com today becomes Visit acme. Com today.
  3. Trailing periods are lost: The final sentence loses its ending punctuation.
  4. Ellipses are destroyed: wait... what happened? becomes Wait. What happened?.
  5. Abbreviations break: u.s.a. becomes U. S. A..

How Text Cleaner Solves It

Text Cleaner's sentence casing engine operates in place without string splitting. It inspects character boundaries using lookahead rules:

  • A period only triggers sentence capitalization if followed by whitespace or the end of the text.
  • Decimals (numbers adjacent to periods) and web domains are skipped.
  • Runs of consecutive terminators (..., ?!) are recognized as single punctuation clusters.
  • Dotted single-letter abbreviations (such as u.s.a.) are detected and preserved.

How to use this tool:

  1. Paste or type your text into the editor box above.
  2. Click the highlighted action button to run the transformation instantly on your device.
  3. Click Copy to place the cleaned text onto your clipboard.

More Free Online Text Tools

Cleaning & Stripping
Clean Pasted Text Remove Em Dash Remove Line Breaks Remove Invisible Chars Straighten Quotes Strip HTML Strip Markdown
Case Converters
All 11 Case Converters Sentence Case camelCase Converter snake_case Converter
Formatting & Analytics
Remove Duplicate Lines Alphabetize List Word & Character Counter

Clean text from any app with the Share Sheet.

Select text in Safari, Mail, or Notes and share it to Clean Text. The cleaned version is copied back to your clipboard with a summary of what was fixed.

  • Works inside Safari, Mail, Notes, Word, and Slack
  • Counts and audits damage: '2 em dashes, 3 invisible characters removed'
  • 100% on-device: zero network requests, zero telemetry, full privacy
  • Available on iPhone, iPad, and Mac
Free for iPhone, iPad & Mac · iOS 17+
Text Cleaner: Case Converter App Screenshot