QuickFreeTools

Online Replace Line Breaks in Text

Replace every newline (and CRLF) with another character: space, comma, <br>, or custom string. Client-side.

Frequently Asked Questions

What line endings are handled?
LF (\n), CR (\r), and CRLF (\r\n) are all normalized and replaced by your chosen string.
What can I replace with?
Any string: space, comma, <br>, a custom delimiter, or leave empty to remove line breaks.
Client-side?
Yes. All processing in your browser.

Related Text Tools