Regular Expression Validation For Indian Phone Number and Mobile number

前端 未结 12 754
后悔当初
后悔当初 2020-12-01 09:26

I want to validate Indian phone numbers as well as mobile numbers. The format of the phone number and mobile number is as follows:

For land Line number



        
12条回答
  •  攒了一身酷
    2020-12-01 10:26

    All Landline Numbers and Mobile Number

    ^[\d]{2,4}[- ]?[\d]{3}[- ]?[\d]{3,5}|([0])?(\+\d{1,2}[- ]?)?[789]{1}\d{9}$

提交回复
热议问题