Reputation: 2124
I want to build a test scenario and need to search in a html
document for this:
<a id="xyz" href="#"></a>
<a id="123pa" href="#"></a>
<span id="sdasd"></span>
I want to replace id="someString"
with id=""
Working with Notepad++ and UltraEdid.
Thanks for help.
Upvotes: 1
Views: 505