PLease, to be clear, then the email validator can be:

matches-regex="^[\d\w][\d\w\-_\.]*@([\d\w\-_]+\.)\w\w\w?\w?$"/>
                                                                          ^^^
This will check for example: .com .ni and .info?

Its that right? 

Antonio Gallardo

> Er, watch out: there are TDLs that have 2 characters (the 
> country codes) and others that have 4 (.info).


El Viernes, 30 de Agosto de 2002 14:17, Barbara Post escribió:
> 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...


> 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 :
> >
> >  <parameter name="emailTo" nullable="no" type="string"
> > matches-regexp="^[\d\w][\d\w\-_\.]*@([\d\w\-_]+\.)\w\w\w?$"/>
>                                                      ^^^^^^
> Er, watch out: there are TDLs that have 2 characters (the 
> country codes) and others that have 4 (.info).
> 
> A.


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to