This tool helps you convert unstructured string logs, raw API payloads, or copied strings containing escape sequence codes (like \r\n\r\n or \r\n) into clean, properly formatted text paragraphs and line breaks.
- Paste your raw text into the Input Text area.
- Specify the target search delimiter in Find Delimiter / Sequence (e.g.
\r\n\r\n).
- Choose what to replace it with in Replace With (e.g. double newline
\n\n).
- Optionally specify an unwanted header prefix (such as
Server Response Log:) to automatically remove it.
- Click Copy Cleaned Output to copy your formatted result to the clipboard.
Sample Conversion Demo
Input:
Server Response Log:\r\n\r\nhttps://example.com/logs/access.log\r\n\r\nusername: sampleuser\r\npassword: samplepassword123
Result Output:
https://example.com/logs/access.log
username: sampleuser
password: samplepassword123