I am trying to remove all id="someId" events, where someId is different in each case. I tried to use this syntax: (id="\w+\"\(\)) , because it was used in similar situations by other posters. But I do not understand the syntax and, of course, it does not work.
Can someone tell me why this syntax is wrong and maybe point me to a resource that explains the syntax?
source share