Remove Line Breaks
Strip newlines and join lines with a space, nothing, or a custom character
How to Remove Line Breaks
Paste your text into the input box and choose how you want lines joined. The output updates instantly. All processing happens in your browser — your text is never uploaded anywhere.
Join Options
- Space — each newline is replaced with a single space. Useful for reformatting copied text from PDFs or emails.
- Nothing — newlines are deleted entirely, merging lines without any separator.
- Custom — replace newlines with any character or string of your choice, such as a comma, pipe, or semicolon.
Multiple consecutive blank lines are collapsed before joining, so you won't get stray spaces.