Text Formatter & Cleaner
Clean and format messy text instantly. Fix double spaces, normalize line breaks, strip HTML, change case, trim whitespace, and more — no software needed.
characters
Frequently asked
questions
Windows uses CRLF (\r\n) line endings while Mac/Linux use LF (\n). Copying text between systems can leave invisible \r characters that break code or databases. Normalizing converts all line endings to the format you choose.
Sentence case capitalizes only the first letter of each sentence (after a period, exclamation mark, or question mark), and lowercases everything else. Useful for cleaning up ALL CAPS text from legal documents or emails.