You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Maya Muchnik <mm...@pumatech.com> on 2001/02/22 00:07:45 UTC

validator.xml - rules for a mask

Hi, all.

This email about David Winterfeldt's validator. What are rules to make a
mask? As I understood a default validator.xml was created for an
example. If I need to create my own validator.xml what are the rules?

Thanks in advance,

Maya


Re: validator.xml - rules for a mask

Posted by David Winterfeldt <dw...@yahoo.com>.
Here's the link directly to the javadoc online.
http://jakarta.apache.org/regexp/apidocs/org/apache/regexp/RE.html

There are a lot of good tutorials on regular
expressions.  This package follows Perl regular
expression syntax so you can read any Perl regexp
tutorial you find.

David


--- Martin Cooper <ma...@tumbleweed.com>
wrote:
> The validator uses the Jakarta Regexp regular
> expression package. You can
> find more about it here:
> 
> http://jakarta.apache.org/regexp/
> 
> If you follow the link to the JavaDoc, and look at
> the documentation for the
> RE class, you'll find the specification of the
> syntax it works with.
> 
> Hope this helps.
> 
> --
> Martin Cooper
> Tumbleweed Communications
> 
> 
> ----- Original Message -----
> From: "Maya Muchnik" <mm...@pumatech.com>
> To: <st...@jakarta.apache.org>
> Sent: Wednesday, February 21, 2001 3:07 PM
> Subject: validator.xml - rules for a mask
> 
> 
> > Hi, all.
> >
> > This email about David Winterfeldt's validator.
> What are rules to make a
> > mask? As I understood a default validator.xml was
> created for an
> > example. If I need to create my own validator.xml
> what are the rules?
> >
> > Thanks in advance,
> >
> > Maya
> >
> 
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/

Re: validator.xml - rules for a mask

Posted by Martin Cooper <ma...@tumbleweed.com>.
The validator uses the Jakarta Regexp regular expression package. You can
find more about it here:

http://jakarta.apache.org/regexp/

If you follow the link to the JavaDoc, and look at the documentation for the
RE class, you'll find the specification of the syntax it works with.

Hope this helps.

--
Martin Cooper
Tumbleweed Communications


----- Original Message -----
From: "Maya Muchnik" <mm...@pumatech.com>
To: <st...@jakarta.apache.org>
Sent: Wednesday, February 21, 2001 3:07 PM
Subject: validator.xml - rules for a mask


> Hi, all.
>
> This email about David Winterfeldt's validator. What are rules to make a
> mask? As I understood a default validator.xml was created for an
> example. If I need to create my own validator.xml what are the rules?
>
> Thanks in advance,
>
> Maya
>