Attempting to get this work, I've tried the other responses and they just don't work.
Currently I have a bunch of files that have;
"craftgroup" : [ "tool1", "tool2", "tool3" ]
I'm attempting to get it to change all the files into
"craftgroup" : [ "mastertool" ]
but I can't seem to get it to actually work because the regex isn't working and I have over 650 files to change >.>
Edit; The Links I tried were; How to delete specific lines on Notepad++? Notepad++ Replace new line inside text Notepad++ Search And Replace Multiple Text Lines
None of them have worked, I just need to replace the entire line if that's easier.
Thanks m0shit0 that worked, other ones for some reason kept saying "can't find text"