💻 Software
How do I change or replace all instances of a character in a text file to a newline/line break/EOL in Notepad2 or Notepad++?
Fresh5 days ago
Mar 15, 20264626 viewsConfidence Score0%
0%
Problem
I tried Notepad2's 'Replace Text' function, but I don't know what to put in the 'Replace with' field. The OS I'm using is Windows 7.
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How do I change or replace all instances of a character in a text file to a newline/line break/EOL in Notepad2 or Notepad++?
Low Risk
Notepad2 Search mode: Regular expression search Replace with: \r\n Notepad++ Search mode: Extended (or Regular expression) Replace with : \r\n
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix