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+,]',
               ...
             ];



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire