Join broken lines back into flowing text, keep paragraphs, or clean up the extra blank lines a paste left behind.
Line breaks inside a paragraph go away, but blank lines between paragraphs stay. This is what you want for text copied out of a PDF.
0 lines in
The usual source is a PDF, an email or a terminal, where every line was hard wrapped at a fixed width and the paragraphs came apart.
Keep paragraphs is right almost every time: the breaks inside a paragraph go, the blank lines between paragraphs stay. Every break flattens the whole thing into one line.
The result flows properly again and can be pasted into a document, a CMS or a message without the ragged wrapping.
Because a PDF has no paragraphs, only lines placed at coordinates. Every visual line ends with a real line break, so when you paste it into a text field it stays broken at the width of the original page.
Use the keep paragraphs mode. It treats a blank line as a paragraph boundary and only removes the breaks inside each block, which is the structure your source almost certainly had.
All breaks trims each line first and joins with whatever separator you picked, which is right for a list. Breaks to spaces replaces each break with a space and collapses repeated whitespace, which is right for prose.
No. Carriage returns are normalised before anything else happens, so text from Windows, macOS and Linux all behave the same way.
Yes. Choose all breaks and set the separator to comma, and a list of lines becomes a comma separated string ready for an IN clause or a config value.
It leaves your structure alone but collapses runs of three or more blank lines into one and strips trailing spaces. Use it to tidy a document rather than to reflow it.
Yes. The text is treated as Unicode throughout, so nothing gets mangled regardless of the alphabet.
No. It stays in this tab and is never sent to a server.
Sort lines alphabetically, by length, by number, in reverse or at random, with proper Turkish letter order.
Open ToolReplace text across a whole document at once, with whole word, case sensitive and regular expression options.
Open ToolConvert text between uppercase, lowercase, title case, camelCase, snake_case, kebab-case, and more.
Open Tool