How can I validate a "does not match" type using CodeIgniter's Form Validation class?
- by Shamoon
I want to ensure that a certain text field does not contain a specific value. Is there any way for me to do this using CI's Form Validation class or do I have to write my own extension for it?