mardi 3 mai 2016

Laravel validation rules - regex

I need to use Laravel Validation with regex that allow string as 1,2,3,7

Some as this:

$arr_rules = [ 'order'  => 'min:3|regex:[0-9+,]',
               ...
             ];



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/1W6DmVR
via IFTTT

Aucun commentaire:

Enregistrer un commentaire