I have a big txt file ,with many strings ,say "string-I-want-to-change",now I need to change all of them into this :
string-insert-before-string-I-want-to-change-string-insert-after
I mean ,find a pattern ,insert something before and after the pattern ,but just keep the pattern.I tried many ways ,they just replaced the pattern with the string I want to insert.
I tried the method here Using RegEX To Prefix And Append In Notepad++
and here
regular expression to add characters before and after numbers
But they seem do not work with my version of notepad++,I am using the newest version 6.1.2
Some one please help me :) Thank you!