|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Hi all....
I have a slew of lines of text like this....
... just <A HREF="p2.html">click here</A> to <BR>continue ...
... we decided to <BR>leave town.<IMG SRC="foo.gif"> ...
... today. <A HREF="tomorrow.html"<BR>>Tomorrow's agenda</A> ...
... <IMG SRC=<BR>"photo44.jpg"> ...
... when you <A HREF="map.htm">visit the farm</A<BR>> you'll ...
Notice that in the last three lines, <BR> tags appear embedded within
another HTML tag. I need a regular expression that will read in each
line, and if the <BR> is within a larger <...> string, the <BR> will be
removed. Otherwise, the line will be left alone.
I can't quite pull this off (so far). Does anyone have a suggestion?
_____________________________________________________________
Chris Spurgeon | "So much time,...so little to do."
WHYY webmaster | -- Stan Laurel
ces@www.whyy.org |
http://whyy.org |
**Majordomo list services provided by PANIX <URL:http://www.panix.com>**
**To Unsubscribe, send "unsubscribe phl" to majordomo@lists.pm.org**
|
|