Even though I sent the message in plaintext... the text that was sent in the message didn't come out correct...
This text, < font color="white"> was supposed to be: &#60;font color=&#34;white&#34;&#62; I want it changed to: <font color="white"> --- Steve Oliver <[EMAIL PROTECTED]> wrote: > Try this: > > <cfset string="< font color=""white"">"> > > <cfset newstring=rereplacenocase(string,"< ([^>]*)>","<\1>","ALL")> <SNIP> > > How would I turn it into: > > <font color="white"> > > using REReplaceNoCase... > > This effort chokes: > > temp = < font color="white">" > REReplaceNoCase(temp, "&##60;(font[^62]&(&##62;)", "<\1>", "ALL"); __________________________________________________ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! ______________________________________________________________________ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

