Navinx14

Results 1 comments of Navinx14

Hi, when a validation done on a on a string as input with no format specified the validation provides wrong result. For example try `var_dump(Validator::date()->validate("a")); var_dump(Validator::date()->validate("0000"));` Expected result: false Instead...