Re: [ cf-dev ] regex problem

2003-10-15 Thread Stephen Fernandez
ah cool, cheers :) - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 15, 2003 3:20 PM Subject: Re: [ cf-dev ] regex problem match 1 or more times. So there has to be at least 1 printable character in between the , and it sto

Re: [ cf-dev ] regex problem

2003-10-15 Thread duncan . cumming
andez" To: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]cc: .plus.com> Subject: Re: [

Re: [ cf-dev ] regex problem

2003-10-15 Thread Stephen Fernandez
well done on figuring that one out! had me stumped anyway :) out of curiosity, what does the {1,} bit in the regex mean? - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 15, 2003 3:05 PM Subject: Re: [ cf-dev ] regex problem

Re: [ cf-dev ] regex problem

2003-10-15 Thread duncan . cumming
To: [EMAIL PROTECTED] cc: 15/10/2003 13:32 Subject: [ cf-dev ] regex

[ cf-dev ] regex problem

2003-10-15 Thread duncan . cumming
Trying to do an extended regex Find in CF Studio 4.5.2: [[:Print:]]{1,} [[:Print:]]{1,} [[:Print:]]{1,} [[:Print:]]{1,} [[:Print:]]{1,} [[:Print:]]{1,} [[:Print:]]{1,} Why does it not find this: £1.00 hb10 Window Walsall 1st x 4 06/0

RE: [ cf-dev ] Regex problem

2003-09-11 Thread Dave Phipps
> From: Dave Phipps [mailto:[EMAIL PROTECTED] > Sent: 11 September 2003 16:30 > To: [EMAIL PROTECTED] > Subject: RE: [ cf-dev ] Regex problem > > > I have tried that on a test url and it seems to work > perfectly however it > fails to do anything with the following: > > h

RE: [ cf-dev ] Regex problem

2003-09-11 Thread Paul Johnston
I just cut and pasted these values into a page and it works fine (CFMX 6.1). Paul > -Original Message- > From: Dave Phipps [mailto:[EMAIL PROTECTED] > Sent: 11 September 2003 16:30 > To: [EMAIL PROTECTED] > Subject: RE: [ cf-dev ] Regex problem > > > I have

RE: [ cf-dev ] Regex problem

2003-09-11 Thread duncan . cumming
ve Phipps <[EMAIL PROTECTED]To: <[EMAIL PROTECTED]> cf.co.uk>cc: Subject: RE: [ c

RE: [ cf-dev ] Regex problem

2003-09-11 Thread Dave Phipps
, you wrote: \. Is not what you want. Try [.] instead REReplacenocase(fusebox.layout, '(href="index[.]cfm[^"]+)(")','\1&#request.urltoken#\2', 'all') > -Original Message- > From: Dave Phipps [mailto:[EMAIL PROTECTED] > Sent: 11

Re: [ cf-dev ] Regex problem

2003-09-11 Thread duncan . cumming
<[EMAIL PROTECTED]To: ColdFusion User group <[EMAIL PROTECTED]> cf.co.uk>cc:

RE: [ cf-dev ] Regex problem

2003-09-11 Thread Paul Johnston
\. Is not what you want. Try [.] instead REReplacenocase(fusebox.layout, '(href="index[.]cfm[^"]+)(")','\1&#request.urltoken#\2', 'all') > -Original Message- > From: Dave Phipps [mailto:[EMAIL PROTECTED] > Sent: 11 September

[ cf-dev ] Regex problem

2003-09-11 Thread Dave Phipps
Hi, I have the following regex: REReplacenocase(fusebox.layout, '(href="index\.cfm[^"]+)(")','\1&#request.urltoken#\2', 'all') I am trying to append the #request.urltoken# variable onto the end of any url containing index.cfm. Most of the url's look like the following: index.cfm?fuseaction=h