Replace() vs. ReplaceNoCase()

2004-03-23 Thread Jim McAtee
Would I be correct in assuming that Replace() is a bit more efficient than ReplaceNoCase() since Replace() wouldn't first need to do a case change on the target string? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Replace() vs. ReplaceNoCase()

2004-03-23 Thread Barney Boisvert
op - start# ms for #iterations# 'replaceNoCase' calls /> > -Original Message- > From: Jim McAtee [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 23, 2004 10:07 AM > To: CF-Talk > Subject: Replace() vs. ReplaceNoCase() > > Would I be correct in ass