RE: REGEX for a space

2000-09-13 Thread BORKMAN Lee
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 \

Re: REGEX for a space

2000-09-11 Thread tom muck
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

RE: REGEX for a space

2000-09-11 Thread Steve Bernard
" " 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

RE: REGEX for a space

2000-09-11 Thread Steve Bernard
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+ ?

RE: REGEX for a space

2000-09-11 Thread Jeremy Allen
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

2000-09-11 Thread Justin Kidman
: 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

RE: REGEX for a space

2000-09-11 Thread Steve Bernard
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

RE: REGEX for a space

2000-09-11 Thread Jeremy Allen
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

RE: REGEX for a space

2000-09-11 Thread Steve Bernard
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

RE: REGEX for a space

2000-09-08 Thread Olive, Christopher M Mr NMR
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