I am dealing with a site that has been ripped apart by search and replace
in Homesite+.  Tags that used to look like:

<td>
        <select name="sel_costarts" size="20" class="formSelectColumnsLarge">

<td width="60">&nbsp;</td>

<td colspan="3"><img src="images/main_header.jpg" width="371"
height="148"></td

Have had the > stripped off of the <td> and now look like this:

<td
        <select name="sel_costarts" size="20" class="formSelectColumnsLarge">

<td width="60"&nbsp;</td>

<td colspan="3"<img src="images/main_header.jpg" width="371"
height="148"></td

I need a regular expression that I can use in Homesite+ to locate all
victims.  I found a regex that I tried to hack and modify, but I only
barely know regex.  The hack has found a bunch, but I'd like more expert
help if I could.  This is the regex I used (which located all of the
examples above).

<td[a-zA-Z0-9]* [^>]*<

Can anyone help me do better?

Thanks - Patti
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to