Try this:

<cfset string="< font color=""white"">">

<cfset newstring=rereplacenocase(string,"< ([^>]*)>","<\1>","ALL")>

______________________
steve oliver
cresco technologies, inc.
http://www.crescotech.com


-----Original Message-----
From: Eddie Shipman [mailto:[EMAIL PROTECTED]] 
Sent: Friday, January 25, 2002 4:51 PM
To: CF-Talk
Subject: ReReplaceNoCase problem


I have this text:
 
< font color="white">
 
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! 

______________________________________________________________________
Why Share?
  Dedicated Win 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=coldfusionc
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

Reply via email to