Notepad++

From wiki
Revision as of 16:26, 15 June 2020 by Hdridder (talk | contribs)
Jump to navigation Jump to search
Edit-Line Operations-Join Lines
What you would expect (remove line breaks)
Search and replace with regular experssions
Search: ^(.*?)A ;Find the first 'A'
Replace: \1B ;Replace the 'A' with 'B' leave all in front if it untouched.