Zend Form Validation: Is there a validator that is the opposite of Identical (i.e., notIdentical)?
How would I check that an input is not identical to ‘str’?
Zend Form Validation: Is there a validator that is the opposite of Identical (i.e.,
Share
AFAIK there is not something like NotIdentical. Have you tried your own validator in that way?:
It just simplest solution – you should also change validation messages etc.