Hey folks, Since I got no love in the RegEx forum, I'm hoping to post here to get a little more eyeballs on the question I'm struggling over.
I'm looking for a working rel="nofollow" regex to modify links. For example: Goto <a href="http://google.com">Google</a> now! and turning it into: Goto <a href="http://google.com" rel="nofollow">Google</a> now! The best solution I've found so far is: http://www.sitecritic.net/articleDetail.php?id=242 , but this is a PHP solution. Any ideas on converting this to Coldfusion? The PHP solution covers a lot of scenarios (extra attributes, single quotes instead of double quotes) etc.. so that would be ideal. Thanks! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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-talk/message.cfm/messageid:317920 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

