Re: problem with "mask" of validation

2005-12-07 Thread Deepa Khetan
thanks a lot!! my problem is solved now! On 12/7/05, Jim Reynolds <[EMAIL PROTECTED]> wrote: > > You should be able to accomplish this with altering the regular > expression. If you are having troubles with regular expressions, > search google for perl regular expressions there are a ton of exampl

Re: problem with "mask" of validation

2005-12-07 Thread Jim Reynolds
You should be able to accomplish this with altering the regular expression. If you are having troubles with regular expressions, search google for perl regular expressions there are a ton of examples out there. eg: This states that the match should be from beginning to end of string matching 0-9,

problem with "mask" of validation

2005-12-06 Thread Deepa Khetan
Hi, Have a problem with validation framework. In the "mask" attribute we specify which characters are allowed as input. Is there any way in which we can specify which characters are not allowed as input? Regards, Deepa