From the example below, I want to be able to find from "Standard Tags:" until "</IFRAME>" . What regex can I use to find/highlight this set? I have a bunch of these for work and need to simplify this process by easily removing them. Thanks for any help.
=====
Placement: Build your Own 1x1
Group Name: N/A
Run Dates: 11/24/2005 To 12/31/2005
From the example below, I want to be able to find from "Standard Tags:" until "</IFRAME>" . What regex can I use to find/highlight this set? I have a bunch of these for work and need to simplify this process by easily removing them. Thanks for any help.
=====
Placement: Build your Own 1x1
Group Name: N/A
Run Dates: 11/24/2005 To 12/31/2005
Standard Tags:
<A HREF="http://test.com">
<IMG SRC="http://test.com" BORDER=0 WIDTH=1 HEIGHT=1 ALT="Click Here"></A>
Iframes/JavaScript Tags:
<IFRAME SRC="http://test.com" WIDTH=1 HEIGHT=1 MARGINWIDTH=0 MARGINHEIGHT=0 HSPACE=0 VSPACE=0 FRAMEBORDER=0 SCROLLING=no BORDERCOLOR='#000000'>
<SCRIPT language='JavaScript1.1' SRC="http://test.com">
</SCRIPT>
<NOSCRIPT>
<A HREF="http://test.com">
<IMG SRC="http://test.com" BORDER=0 WIDTH=1 HEIGHT=1 ALT="Click Here"></A>
</NOSCRIPT>
</IFRAME>
=====
thanks.
If it can be done, you may have to use some of the techniques in http://notepad-plus.sourceforge.net/uk/newlineFindReplace-HOWTO.php .