diff options
author | Etiene <dalcol@etiene.net> | 2014-03-13 09:45:17 +0000 |
---|---|---|
committer | Etiene <dalcol@etiene.net> | 2014-03-13 09:45:17 +0000 |
commit | aedd49c245416c1682c26820d77c31a3d1b98d67 (patch) | |
tree | c237d97511d6d35b2b0ded61bebce80f2779063c | |
parent | b6aa0fceec7ae22d54985043a2d216e28ce941ac (diff) | |
parent | 7ae3f3e9db8bde2e75e4d98ce64c6f5e5baf0739 (diff) | |
download | valua-aedd49c245416c1682c26820d77c31a3d1b98d67.tar.gz valua-aedd49c245416c1682c26820d77c31a3d1b98d67.tar.bz2 valua-aedd49c245416c1682c26820d77c31a3d1b98d67.zip |
Merge branch 'master' of https://github.com/Etiene/valua
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -27,13 +27,13 @@ reusable_validation("test!") -- true ####Current validation functions * alnum() - -Checks if string is alfanumeric. +Checks if string is alphanumeric. * boolean() - Checks if value is a boolean. * compare(another_value) - Checks if value is equal to another value. * contains(substr) - -Check if a string contains a substring. +Checks if a string contains a substring. * date() or date(format) - Checks if a string is a valid date. Default format is UK (dd/mm/yyyy). Also checks for US and ISO formats. * email() - @@ -75,6 +75,6 @@ License: MIT -Inspired on Respect Validation for PHP +Inspired by Respect Validation for PHP https://github.com/Respect/Validation |