Borkman
http://bjork.net ColdFusion Tags by Bjork
-Original Message-
From: Jeremy Allen [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 12, 2000 3:25 AM
To: [EMAIL PROTECTED]
Subject: RE: REGEX for a space
Allaire uses something terrible like [[:space:]] and [[:print:]]
instead of \
uot;Jeremy Allen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 11, 2000 1:45 PM
Subject: RE: REGEX for a space
> I do not think so..
>
> [[:space:]] will match one space character
>
> [[:space:]]* will match *ANY* range of space charact
" "
character.
Steve
-Original Message-
From: Jeremy Allen [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 11, 2000 1:46 PM
To: [EMAIL PROTECTED]
Subject: RE: REGEX for a space
I do not think so..
[[:space:]] will match one space character
[[:space:]]* will match *ANY* rang
The [ ]+ should work, I've used that technique before.
Steve
-Original Message-
From: Justin Kidman [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 11, 2000 1:35 PM
To: '[EMAIL PROTECTED]'
Subject: RE: REGEX for a space
Hmm, did you try using ( )+ instead of \s+ ?
First space character only
Jeremy
-Original Message-
From: Steve Bernard [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 11, 2000 1:29 PM
To: [EMAIL PROTECTED]
Subject: RE: REGEX for a space
The problem is that [[::space::]] is ANY of a range of "space" characters.
St
: RE: REGEX for a space
The problem is that [[::space::]] is ANY of a range of "space" characters.
Steve
-Original Message-
From: Jeremy Allen [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 11, 2000 1:25 PM
To: [EMAIL PROTECTED]
Subject: RE: REGEX for a space
Allaire uses
The problem is that [[::space::]] is ANY of a range of "space" characters.
Steve
-Original Message-
From: Jeremy Allen [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 11, 2000 1:25 PM
To: [EMAIL PROTECTED]
Subject: RE: REGEX for a space
Allaire uses something terrible lik
PROTECTED]
Subject: RE: REGEX for a space
What you are experiencing is Allaire's poor choice of third-party RegEx
engines. I'd call Customer Service and say something. I've been doing it for
awhile without much luck but, some backup couldn't hurt.
Steve
-Original Messa
What you are experiencing is Allaire's poor choice of third-party RegEx
engines. I'd call Customer Service and say something. I've been doing it for
awhile without much luck but, some backup couldn't hurt.
Steve
-Original Message-
From: Andrea Wasik(CancerSource) [mailto:[EMAIL PROTECTE
why don't you treat each line as a space delimited list? loop over it and
stick the appropriate variables in.
Chris Olive,
DOEHRS Website Administrator
-Original Message-
From: Andrea Wasik(CancerSource) [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 07, 2000 3:46 PM
To: [EMAIL P
10 matches
Mail list logo