Clean copied lists
Remove unwanted gaps introduced when copying rows from documents, email messages, webpages, or spreadsheet exports.
Paste text with blank lines → Get cleaned text with every non-empty line preserved.
Cleaning copied articles, code, or spreadsheet text? Paste it here to remove blank and whitespace-only lines.
Copy and paste the text you want to clean up into the input box.
Check that the text is plain text and that every blank line should be removed.
Click the button to instantly remove empty lines from your text.
Copy your cleaned text with a single click.
Remove unwanted gaps introduced when copying rows from documents, email messages, webpages, or spreadsheet exports.
Compact notes, simple datasets, or code snippets when the receiving system expects one non-empty row after another.
The browser splits the input wherever it finds a newline. For each row, it temporarily removes surrounding whitespace to test whether any visible content remains.
Rows with no remaining content are discarded. Every retained original row is joined into the output with a newline.
If the input contains “Alpha”, two blank rows, and “Beta”, the result contains two adjacent rows: “Alpha” followed by “Beta”.