Text
Text cleaner and line tidy
Clean pasted text: trim each line, remove empty lines, drop duplicate lines, and collapse repeated spaces. Useful for lists, logs, and messy copy-paste.
How to use
Paste text, choose the clean-up options, and read the result on the right. Options can be combined.
Questions
- Is duplicate detection case-sensitive?
- Yes. “Apple” and “apple” are kept as two lines. Empty-line removal looks at whitespace-only lines.
- Are Windows line breaks handled?
- Yes. CRLF and CR are normalized to LF before cleaning, so lists from spreadsheets and emails tidy the same way.