Back to home
Newliner
Paste a text below, then you can escape newlines or restore escaped newlines.
Original Text
Unix-style (LF) line endings:
Find newlines, replace with \n
Find every \n, replace with actual newlines
Windows-style (CRLF) line endings:
Find return carriages & newlines, replace with \r and \n
Find every \r and \n, replace with actual return carriages & newlines
Output: