Hi,
ReReplacer has worked really well for simple find/replace (thanks!!), and now I need a little help for something a bit more complicated.
I need to remove several lines of code that appear between tags, where the content in between the tags may vary.
How do I search/remove the following example (please note that there may be several <form></form> tags on each page, yet I only want to remove the following one)
<form class="cb_form" name="adminForm" id="adminForm" method="get"
---code between open and close tags vary, and can be in excess of 50 lines of code---
</div> </form>
I have attempted to do this with regex website info, but I have been unsuccessful
Thanks for your great software
Cheers!