RE: ReReplace(NoCase) maximum length

2002-02-01 Thread Raymond Camden
powerful ally it is." - Yoda > -Original Message- > From: James Sleeman [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 01, 2002 12:30 AM > To: CF-Talk > Subject: ReReplace(NoCase) maximum length > > > Hi All, > anybody know if there is a m

Re: ReReplace(NoCase) maximum length

2002-01-31 Thread Don Vawter
i believe regex in cf limitted to about 20k - Original Message - From: "James Sleeman" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, January 31, 2002 10:30 PM Subject: ReReplace(NoCase) maximum length > Hi All, > anybody kn

ReReplace(NoCase) maximum length

2002-01-31 Thread James Sleeman
Hi All, anybody know if there is a maximum length on the string passed to ReReplace(NoCase) ? Reason I ask is that I am running the following ReReplaceNoCase(trim(text), "^(.*)$", "\1"); and when the string in text is above a certain length (don't know how long exactly) the code fail