--- Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
> Hi there,
> 
> what is the reason, the mask need to start with "^"
> and end with "$" ?

Because Commons Validator uses ORO as the regex engine.  I believe when we
move to standard Java 1.4 regexs you won't need the ^ and $.

David

> 
> -->
> <var-name>
>   mask
> </var-name>
> <var-value>
> ^[a-zA-Z]*$
> </var-value>
> 
> possible to turn off?
> 
> Cheers,
> --
> Matthias Weßendorf
> Aechterhoek 18
> D-48282 Emsdetten
> Email: matthias AT wessendorf DOT net
> URL: http://www.wessendorf.net
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 



        
                
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 

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

Reply via email to