I would like to find all instances of the following in Sublime Text and delete it. I dont need to check the inner text so:
this:
<itembinlist>W323423</itembinlist> or
<itembinlist>W43434</itembinlist>
would match and then deleted.
Any help is appreciated.
Regex search for <itembinlist>[^<]+</itembinlist>
, replace with nothing.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With