Cleaned text
0
Lines removed
What each option does
- Collapse extra spaces, turns multiple spaces or tabs in a row into a single space.
- Trim line start/end, removes leading and trailing whitespace from every line.
- Remove blank lines, deletes any line that's empty or contains only whitespace.
- Remove duplicate lines, keeps only the first occurrence of each exact line, in original order.
Useful for cleaning up text copied from PDFs, spreadsheets, or messy documents before pasting it somewhere that needs to look tidy, a report, a lesson plan, or a spreadsheet import.
Frequently asked questions
Does duplicate removal ignore case differences?+
No, "Hello" and "hello" are treated as different lines. Duplicate removal matches lines exactly, including capitalization.
Can I use these options together?+
Yes, check any combination. Spacing and trimming are applied first, then blank-line removal, then duplicate removal, so the result is consistent regardless of which options you pick.