Bd Phone Number Validation In Laravel

[Solved] Bd Phone Number Validation In Laravel | Php - Code Explorer | yomemimo.com
Question : laravel form validation phone number

Answered by : yohana-galusi

'phone' => 'required|regex:/(01)[0-9]{9}/'

Source : https://stackoverflow.com/questions/36777840/how-to-validate-phone-number-in-laravel-5-2 | Last Update : Mon, 09 May 22

Question : phone number validation, laravel

Answered by : handsome-hamerkop-m30inil7v3zf

'phone' => 'required|regex:/(01)[0-9]{9}/'

Source : https://stackoverflow.com/questions/36777840/how-to-validate-phone-number-in-laravel-5-2 | Last Update : Sun, 31 Oct 21

Answers related to bd phone number validation in laravel

Code Explorer Popular Question For Php