I have some id tags which I need to remove completely, including its value.
Is this possible with an easy find/replace? Or some other fast method?
<option name="blabla" id="29482" value="blabla">
I want the above to become:
option name="blabla" value="blabla">
Thanks
Find
Replace with
Tick on Use regular expression
Info