I would like to replace all string that do not equal this: readWriteDataGroup="Everyone"
on a file I have open in Notepadd++. One of the strings that it will need to replace has this string: readWriteDataGroup="E_MOD_WSP_64"
So I have been doing this manually but there is over 1000000 lines which is not feasible to be done manually.
How can I do this via regex?