Chadi
09-05-2008, 03:39 AM
I'm using MS Expression Web for simple html pages on my forum.
I have the entire Matthew Henry commentary done on basic old-school html (by another person). I'm trying to clean it up.
The footer has this for example:
<HR>
<TABLE WIDTH="100%">
<TR>
<TD ALIGN="CENTER" VALIGN="BOTTOM">
<a href="http://www.gregwolf.com"
target="_top"><b>Greg Wolf's Bible Prophecy Home Page</b></a><br><br><a href="http://www.gregwolf.com/mhc-download.htm" target="_top"><b>Free Download - Matthew Henry's Complete Commentary</b></a><br><br><a href="http://www.biblehelpsonline.com/mhc/index.htm" target="_top"><b>Please visit - Matthew Henry's Concise Commentary - in Large Print</b></a><br><br>CREDITS: <A HREF="http://ccel.org"><B>Christian Classics Ethereal Library</B></A><br><br>
<A HREF="mailto:support@gregwolf.com?SUBJECT=Matthew_Henry's_Commentary_on_the_Whole_Bible:_Genesis_VII.">E-Mail support@gregwolf.com</A><BR>
</TD></TR></TABLE>
<HR>
Each page has this, but the "SUBJECT" for each page is unique
Example.
SUBJECT=Matthew_Henry's_Commentary_on_the_Whole_Bible:_Genesis_VII.
SUBJECT=Matthew_Henry's_Commentary_on_the_Whole_Bible:_Genesis_IX.
I'm trying to figure out how I can search all the html files (opened) and use regex to replace those with nothing (blank). Regex is new to me, so I need help here. I confirm that expression web does have regex search feature built in.
I have the entire Matthew Henry commentary done on basic old-school html (by another person). I'm trying to clean it up.
The footer has this for example:
<HR>
<TABLE WIDTH="100%">
<TR>
<TD ALIGN="CENTER" VALIGN="BOTTOM">
<a href="http://www.gregwolf.com"
target="_top"><b>Greg Wolf's Bible Prophecy Home Page</b></a><br><br><a href="http://www.gregwolf.com/mhc-download.htm" target="_top"><b>Free Download - Matthew Henry's Complete Commentary</b></a><br><br><a href="http://www.biblehelpsonline.com/mhc/index.htm" target="_top"><b>Please visit - Matthew Henry's Concise Commentary - in Large Print</b></a><br><br>CREDITS: <A HREF="http://ccel.org"><B>Christian Classics Ethereal Library</B></A><br><br>
<A HREF="mailto:support@gregwolf.com?SUBJECT=Matthew_Henry's_Commentary_on_the_Whole_Bible:_Genesis_VII.">E-Mail support@gregwolf.com</A><BR>
</TD></TR></TABLE>
<HR>
Each page has this, but the "SUBJECT" for each page is unique
Example.
SUBJECT=Matthew_Henry's_Commentary_on_the_Whole_Bible:_Genesis_VII.
SUBJECT=Matthew_Henry's_Commentary_on_the_Whole_Bible:_Genesis_IX.
I'm trying to figure out how I can search all the html files (opened) and use regex to replace those with nothing (blank). Regex is new to me, so I need help here. I confirm that expression web does have regex search feature built in.