Err, the difference would be that the first doesn't support using regexps
and the second does?  Or has something been changed here?

Regards,
Joel Parramore

> -----Original Message-----
> From: Raymond Camden [mailto:[EMAIL PROTECTED]]
> Sent: Friday, November 02, 2001 10:09 AM
> To: CF-Talk
> Subject: RE: Parsing/Stripping out not letters or numbers
>
>
> > one of those silly little questions, but is there any
> > preference in using:
> >
> >  ReplaceNoCase(STR,"[^0-9a-zA-Z]","","ALL")
> > or
> >  REReplaceNoCase(STR,"[^0-9a-z]","","ALL")
> >
> > to replace case-insensitively?
>
> No... to be honest, I think I prefer the first, it looks better. Not
> sure why I used the second. Maybe it's the moon's fault.
>
> =======================================================================
> Raymond Camden, Principal Spectra Compliance Engineer for Macromedia
>
> Email    : [EMAIL PROTECTED]
> Yahoo IM : morpheus
>
> "My ally is the Force, and a powerful ally it is." - Yoda
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to