Which is faster - REFind() or REFindNoCase()?

2002-01-28 Thread Jim McAtee
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 func

Re: Which is faster - REFind() or REFindNoCase()?

2002-01-28 Thread Michael Dinowitz
http://www.fusionauthority.com/alert/index.cfm?alertid=5#Tech2 The results are from CF 4.5 but you can see the basics. At 07:05 PM 1/28/02, you wrote: >Offhand, I'd think REFind() would be faster than REFindNoCase(), since >neither the string being tested, nor the RE would have to transformed to