Remove Line Breaks

Remove or replace line breaks in text

Input Text

Custom Replacement

All Removed

All line breaks completely removed

Result will appear here...

Replaced with Spaces

Line breaks replaced with spaces

Result will appear here...

Single Space

Line breaks replaced with single space, multiple spaces cleaned

Result will appear here...

Custom Replacement

Line breaks replaced with your custom text

Result will appear here...

Use Cases

Common Uses

  • • Clean up copied text from PDFs
  • • Format text for single-line use
  • • Prepare text for databases
  • • Convert multi-line to single line

Line Break Types

  • • \\n: Unix/Linux line break
  • • \\r\\n: Windows line break
  • • \\r: Mac (classic) line break
  • • All types are handled automatically