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
andez" To: <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]cc:
.plus.com> Subject: Re: [
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
To: [EMAIL PROTECTED]
cc:
15/10/2003 13:32 Subject: [ cf-dev ] regex
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
> 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
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
ve Phipps
<[EMAIL PROTECTED]To: <[EMAIL PROTECTED]>
cf.co.uk>cc:
Subject: RE: [ c
, 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
<[EMAIL PROTECTED]To: ColdFusion User group <[EMAIL
PROTECTED]>
cf.co.uk>cc:
\. 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
Hi,
I have the following regex:
REReplacenocase(fusebox.layout,
'(href="index\.cfm[^"]+)(")','\1request.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
12 matches
Mail list logo