Since you posted your RegEx I decided to use one for the project I'm currently working on. I need to parse HTML data. Last week I had written code to loop over the html and pull specific image tags out of the html. The cf code (which I thought was pretty streamlined to begin with) was 11 lines of code. Your post inspired me to do it with a regex. 1 line of code using REMatch and it's heaps faster. (ya, that's right. One line of code.)
So thanks Dana! You rock. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:294051 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
