Not a problem.....

http://adhostnt.adhost.com/cfdocs/lang/lr040007.htm#I2
http://www.builder.com/Programming/Kahn/050698/toolrei.html
http://www.dc.turkuamk.fi/docs/gnu/rx/rx_toc.html
http://www.cfcomet.com/?ArticleID=F0A14065-EF7A-4A9E-AED5F28EF8C19D65
http://www.cfcomet.com/?ArticleID=AA435AA7-E06A-4389-B34A7B9C818ADE8A
http://www.azcfug.org/technotes/index.cfm?fuseaction=basiccode&technote=rege
x

I'm sure I've missed a few, but hey this should get you started.

Fred

----- Original Message -----
From: "Bryan Rieger" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, March 12, 2001 9:43 AM
Subject: Re: Stupid Question - Regular Expressions?


> > CF does support regular expressions.
> > Forta refers to them in a brief chapter in
> > the Advanced 4.0 book (the green one).
>
> The one I left at home today... ;-)
>
> > For instance, inside a cfscript block:
> >
> > thisContent =
> > "#REReplaceNoCase(thisContent,"<TD[^>]*>&nbsp;</TD>","","ALL")#";
> > thisContent = "#REReplaceNoCase(thisContent,"<TD[^>]*>","|||","ALL")#";
> > thisContent = "#REReplaceNoCase(thisContent,"</TD>","","ALL")#";
> > thisContent= "#REReplaceNoCase(thisContent,"<FONT[^>]*>","","ALL")#";
> > thisContent= "#REReplaceNoCase(thisContent,"</FONT>","","ALL")#";
> > thisContent= "#REReplaceNoCase(thisContent,"<BR>",",","ALL")#";
> > thisContent= "#REReplaceNoCase(thisContent,"<[^>]*>","","ALL")#";
> > thisContent= "#REReplaceNoCase(thisContent,"#CHR(13)#","","ALL")#";
> > thisContent= "#REReplaceNoCase(thisContent,"#CHR(10)#","","ALL")#";
>
> This is a little ugly, but it will work nicely.
> Thanks.
>
> Cheers,
>
> Bryan
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to