mirror of
https://github.com/vlucas/valitron.git
synced 2025-12-30 23:01:52 +00:00
adding "contains" to the README
This commit is contained in:
parent
cb880e73b2
commit
24f26b75e9
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user