I am trying to figure out how to use Regex to merge the contents of a text file
(25 data lines) in one line.
So far, I can get Notepad ++ to successfully find the strings I'm looking for by running a search (^) , but I'm not sure if this is what to replace.
Syntax. I am looking for the right script that essentially sticks the beginning of one line to the end of the previous one. Can anyone help? Thanks
merge regex notepad ++ lines
user3153443
source share