regexp problem

2003-06-06 Thread Majcen, Kurt
Hi all! We are trying to validate input fields in a web user interface via the form-validator action. One of the fields is a date field. Therefore we found a regular expression at http://www.regxlib.com/REDetails.aspx?regexp_id=113 which covers the aspects we are looking for:

Re: regexp problem

2003-06-06 Thread Christian Haul
On 05.Jun.2003 -- 04:45 PM, Majcen, Kurt wrote: Hi all! We are trying to validate input fields in a web user interface via the form-validator action. One of the fields is a date field. Therefore we found a regular expression at http://www.regxlib.com/REDetails.aspx?regexp_id=113 which

AW: regexp problem

2003-06-06 Thread Majcen, Kurt
Thanks for the advice. In the meantime we tried with jakarta-regexp-1.3-dev.jar which seems to work now. Kurt -Ursprüngliche Nachricht- Von: Christian Haul [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 05. Juni 2003 17:12 An: [EMAIL PROTECTED] Betreff: Re: regexp problem On 05.Jun

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 : parameter name=emailTo nullable=no type=string matches-regexp=^[\d\w][\d\w\-_\.]*@([\d\w\-_]+\.)\w\w\w?$/ (the same for emailCc) and : constraint-set name=default

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, I use the regexp expression from C 2.0.3 form validator

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... On Friday, August 30, 2002, at 09