Say you've just copied a mailing list out of an old spreadsheet, or pasted a paragraph out of a PDF report — and now it's full of duplicate rows, a stray line break after every ten words, or you honestly just don't know how long the thing is. Changing the letter case isn't the problem here; the problem is the mess underneath it. This guide is about that mess, and the toolbar actions that clean it up before the case conversion even matters.
This one comes up more often than you'd expect. Say (purely as an example) you've exported a list of email addresses from two different sign-up forms and merged the files by copy-pasting one under the other — now half the addresses show up twice. Or you've pulled a list of keywords from two research documents and want a single clean set with no repeats. Pasting the combined list in and clicking Remove duplicate lines collapses it down to one entry per line, without you having to eyeball hundreds of rows manually.
It's a line-level operation, not a word-level one — two lines only count as duplicates if they match exactly, including capitalization and whitespace. So running UPPERCASE or lowercase on the list first, before deduping, can help catch near-duplicates that only differ in case, like "Jane@Example.com" and "jane@example.com".
PDF exports and some scanned-document copy tools are the usual culprits: they preserve the visual line-wrap of the original layout, so a sentence that wrapped across three printed lines pastes in as three separate lines in your editor, each ending mid-thought. Trying to read or reformat that as prose is annoying, and running Sentence case on it directly won't fix the wrapping — it'll just capitalize letters after periods, leaving the broken layout intact.
Removing the line breaks first turns it back into one flowing block, which you can then run through Sentence case or Title Case normally. For example (illustrative only), a three-line paste like "the annual report shows\nsteady growth across all\nregions this quarter" becomes one line: "the annual report shows steady growth across all regions this quarter" — ready to capitalize correctly as a real sentence.
Those three counters cover most everyday needs: is this bio under 160 characters, does this list have the right number of lines, how many words is this paragraph. What's notably absent right now is a dedicated sentence count — the tool's Sentence case mode already has to detect sentence boundaries internally (periods, question marks, exclamation points, ellipses, line breaks) in order to capitalize correctly, so surfacing that same detection as a visible "X sentences" badge next to the existing word/character/line counters is a logical next step, and one worth watching for in a future update.
Two smaller convenience features sit in the same "not yet, but reasonable" category. A one-click paste-from-clipboard button next to the text box would save a step on touch devices, where opening the system paste menu is slower than on desktop — right now, pasting works the normal way (tap or click into the box, then use your device's paste gesture or shortcut). And a proper find-and-replace field — swap every "Mr." for "Mr" across a whole document, for instance — isn't part of the current toolbar of cleanup actions (dedupe, remove line breaks, sort lines, clear); for now, the practical workaround is running find-and-replace in your browser or text editor before or after pasting into the converter.
None of these three are in the tool today — they're mentioned here because they came up as natural extensions of what the tool already tracks internally (sentence boundaries) or already does well (instant, private, in-browser text handling), not as a promise of a specific release date.
| Action | What it does |
|---|---|
| Clean extra spaces | Collapses repeated spaces down to one |
| Sort lines A-Z | Reorders every line alphabetically |
| Reverse line order | Flips the order of the lines top to bottom |
| Remove duplicate lines | Keeps first occurrence, deletes repeats |
| Remove line breaks | Joins all lines into one, space-separated |
Clean up duplicate lines, broken line breaks, and messy spacing — then convert to any case you need, all free and processed entirely in your browser.
Try the free Text Case Converter →