Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Etiene/valua
Browse files Browse the repository at this point in the history
  • Loading branch information
Etiene committed Mar 13, 2014
2 parents b6aa0fc + 7ae3f3e commit aedd49c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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() -
Expand Down Expand Up @@ -75,6 +75,6 @@ License: MIT



Inspired on Respect Validation for PHP
Inspired by Respect Validation for PHP

https://github.com/Respect/Validation

0 comments on commit aedd49c

Please sign in to comment.