Added a few more symbols for alpha_space

This commit is contained in:
snipe
2013-11-28 00:58:08 -05:00
parent fbb0b22522
commit 33f81abcd3
+1 -1
View File
@@ -2,5 +2,5 @@
Validator::extend('alpha_space', function($attribute,$value,$parameters)
{
return preg_match("/^[-+_,!. a-zA-Z0-9]+$/",$value);
return preg_match("/^[-+:?()_,!. a-zA-Z0-9]+$/",$value);
});