Added a few more symbols for alpha_space
This commit is contained in:
+1
-1
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user