Oh I cheated. If the churvii are lurking, they may beat me ... but heere's
what I did:

<cfscript>
    variables.content = replace(variables.content, "&gt;", ">", "ALL");
    variables.content = replace(variables.content, "&lt;", "<", "ALL");
    variables.content = replace(variables.content, "&quot;", """", "ALL");
    variables.content = replace(variables.content, "&amp;", "&", "ALL");
</cfscript>

I got tired of fighting the regex. And this is only to be used one time for
the import then bye bye.


On Mon, Jan 26, 2009 at 2:41 PM, Michael Grant <[email protected]> wrote:

> No problem again. :)
> Want to post the regex as I could probably use it myself.
>
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:286735
Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5

Reply via email to