From 24f26b75e9899486fa1f8d50be0f5553f1ee2327 Mon Sep 17 00:00:00 2001 From: Chris Cornutt Date: Tue, 5 Mar 2013 09:45:58 -0600 Subject: [PATCH] adding "contains" to the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b0ca27..1e2710b 100644 --- a/README.md +++ b/README.md @@ -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