Re: Regex help (Solved)

2008-06-30 Thread Will Tomlinson
Ok, my example was wrong anyway. lol! I figured it out. This worked: #reFindNoCase(re, str)# ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.ne

Re: RegEx help - Solved

2005-02-21 Thread Cedric Villat
Ben, I got it working with: REReplace(text, "((.)\.([^0-9]))|([^0-9]\.(.))", "\2 \3", "all"); Cedric > Ben, > > That makes sense. I get an error though, as it complains about the ?. > What are they for? I thought the ? was the "0 or 1 occurances" > operator. > > Also, would this cover thin

Re: regex help- Solved

2003-12-11 Thread Deanna Schneider
Nevermind. I figured it out another way. -d - Original Message - From: "Deanna Schneider" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, December 11, 2003 8:49 AM Subject: Re: regex help > Nope. Doesn't work. What's the file:// part supposed to be doing? > > I'm no

Re: Regex Help - SOLVED

2003-06-05 Thread Michael Tangorre
Perfect. Works great now. Matthew, thanks for clarifying my erroroneous format and thanks to Ade for the tip as well. Both were needed! TA, Mike - Original Message - From: "Matthew Walker" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, June 05, 2003 8:09 AM Subje