ARZENTIQ
TEXT & WRITING

Remove Line Breaks & Extra Spaces

Fix text pasted from a PDF or email: join hard-wrapped lines into paragraphs, or strip every line break or only blank ones; collapse spaces, rejoin hyphenation.

Clean paragraphs with one line each, every change counted — breaks removed, blank lines dropped, spaces collapsed, hyphenations joined — so nothing disappears unnoticed.

Example: Two paragraphs wrapped mid-sentence, with “infor-⏎mation” split by a hyphen and a double space, come back as two clean paragraphs: 2 breaks removed, 1 hyphenation joined, 2 spaces collapsed.

v0.1.0 · last reviewed 19 September 2026
Loading the workspace…
BUILT TO BE UNDERSTOOD

Which breaks
were never meant.

How the three modes decide what to join, what the clean-ups touch, and what is reported back.

Three modes

Text copied from a PDF, a terminal or an old email carries a line break at the end of every printed line. “Paragraphs” treats a blank line as the real paragraph boundary and joins everything between blank lines into one line with single spaces — the usual fix. “Every line break” turns the whole text into one line, for pasting into a single field. “Blank lines only” leaves the wrapping alone and just removes empty lines, for lists and code-like text.

Clean-ups

End-of-line hyphenation — a lowercase letter, a hyphen, a break, a lowercase letter — is rejoined into one word (“infor-” + “mation”); a word that was genuinely hyphenated across the break would be joined too, so the count is shown and the option can be turned off. Runs of two or more spaces, tabs or non-breaking spaces collapse to one; leading and trailing whitespace on each line is trimmed. Windows line endings are handled. Every change is counted in the result so a large paste can be checked at a glance.

Limits

The page cannot tell a poem's line breaks from a PDF's, and paragraphs that are not separated by a blank line will be joined together in Paragraph mode — the page says so when it finds nothing to join. Nothing leaves the browser; the same four anonymous usage counts as the rest of the site apply.

SOURCES

  • Plain string processing; a blank line is treated as the paragraph boundary (the convention of plain-text and Markdown paragraphs)

Last reviewed 19 September 2026. How results are checked: How we verify.