adding "contains" to the README

This commit is contained in:
Chris Cornutt 2013-03-05 09:45:58 -06:00
parent cb880e73b2
commit 24f26b75e9

View File

@ -92,6 +92,7 @@ if($v->validate()) {
* `dateFormat` - Field is a valid date in the given format
* `dateBefore` - Field is a valid date and is before the given date
* `dateAfter` - Field is a valid date and is after the given date
* `contains` - Field is a string and contains the given string
## Adding Custom Validation Rules