This question is the opposite from other regex notepad++ questions. Instead of changing text between text, I need to replace text that is surrounding, like that:
from
$_REQUEST['action']
to
getReq('action')
So:
I wish to replace $_REQUEST(
for getReq(
and at same time replace ]
for )
.
How can I achieve that in Notepad++ ? There are more than a 1000 hits and I want to replace it all, not just the ones with action index, but many more!