mercredi 5 décembre 2018

How to regex validate numbers with One letter in Laravel 5.6?

using Laravel 5.6. and In my RegisterController I have NIC input to store values to table like this,

'nic' => 'required',

now I need regex validation to nic input with nine numbers and last capital V letters input as an example 521463258V like this. how can I give regex validation for this?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire