diff options
author | Etiene <Etiene@users.noreply.github.com> | 2014-03-12 19:48:39 -0300 |
---|---|---|
committer | Etiene <Etiene@users.noreply.github.com> | 2014-03-12 19:48:39 -0300 |
commit | 7ae3f3e9db8bde2e75e4d98ce64c6f5e5baf0739 (patch) | |
tree | 513aca3102177fa5c67489f935d446c00ad39732 | |
parent | 5b00ea40b9196be62ab956cb264da14c6bccb6bf (diff) | |
parent | fba083931308cb258bd44be455c2276b6103110c (diff) | |
download | valua-7ae3f3e9db8bde2e75e4d98ce64c6f5e5baf0739.tar.gz valua-7ae3f3e9db8bde2e75e4d98ce64c6f5e5baf0739.tar.bz2 valua-7ae3f3e9db8bde2e75e4d98ce64c6f5e5baf0739.zip |
Merge pull request #3 from felipedaragon/patch-1
Improve readme.md
-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 |