I am attempting to use "must_not_contain" to restrict characters which
can be entered in a form.

I would like to restrict {}[]()^$.|*+?\/@%!&, however, I receive script
errors. Does some of this need to be delimited out?

It seems to restrict { fine, but nothing else. The documentation is kind
of weak on the usage of 
"must_not_contain", so I have been fooling with it and trying to learn
from the example.

        -msg => 'The data entered is invalid',
      must_not_contain => '{}[]()^$.|*+?\/@%!&'


Justin


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

Reply via email to