Remove Line Breaks

Merge multi-line text into a single paragraph.

Ctrl+Enter to process.

Frequently Asked Questions

What counts as a line break? +
The tool removes all common line break types: Unix-style line feeds (LF), Windows-style carriage return + line feed (CRLF), and standalone carriage returns (CR). All are replaced uniformly.
What does the trim extra spaces option do? +
When enabled, it collapses multiple consecutive spaces into a single space and removes leading and trailing whitespace. This cleans up the output when line breaks leave behind extra spacing.
Can I replace line breaks with a custom separator? +
Yes. Choose "Custom character" from the replacement dropdown and type any string you want. Common choices include commas, semicolons, or pipe characters.
Why is my character count different before and after? +
Line break characters (and extra spaces if trimming is on) are removed or replaced, which changes the total count. The before/after display lets you see the difference at a glance.