Offhand, I'd think REFind() would be faster than REFindNoCase(), since
neither the string being tested, nor the RE would have to transformed to all
caps (or all lowercase) prior to the test.

If I've got an RE that already takes into account case insensitiviy by using
character classes, which function would be faster?  For example, an regex
such as:

<cfset re =
"^([[:alnum:]-]+\.)*[[:alnum:]]+(-*[[:alnum:]])*\.[[:alpha:]]{2,}$">


Jim
______________________________________________________________________
Get Your Own 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=coldfusionb
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