Re: form validator and regexp problem...

2002-08-30 Thread Barbara Post
Thanks Andre, you're right. :-) -- website: www.babsfrance.fr.st ICQ #: 135868405 - Original Message - From: "Andre Thenot" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 30, 2002 4:20 PM Subject: Re: form validator and regexp problem... &

Re: form validator and regexp problem...

2002-08-30 Thread Andre Thenot
On Friday, August 30, 2002, at 09:36 , Barbara Post wrote: > I use the regexp expression from C 2.0.3 form validator example > and want to > validate 2 email fields : > > in the descriptor : > > matches-regexp="^[\d\w][\d\w\-_\.]*@([\d\w\-_]+\.)\w\w\w?$"/>

Re: form validator and regexp problem...

2002-08-30 Thread Barbara Post
I am a d***a**, it was "regex", not "regexp". Ah well... - Original Message - From: "Barbara Post" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 30, 2002 3:36 PM Subject: form validator and regexp problem... > Hi, >

form validator and regexp problem...

2002-08-30 Thread Barbara Post
Hi, I use the regexp expression from C 2.0.3 form validator example and want to validate 2 email fields : in the descriptor : (the same for emailCc) and : However, when I enter "r" in "emailTo" and "e" in "emailCc" fields the form gets validated ! Uh, any idea why ? Thanks, Bab