Click here to Skip to main content
15,891,567 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,

I am new in bvalidator. In my project we are now using bvalidator. I would like to validate a phone number in an international standard using bvalidator. Could you please help me. Thanks in advance.
Posted

1 solution

You can use regular expressions in bValidator, see Example 1&2 at bValidator example[^]

The exact regular expression depends on the phone number you want to validate.
Does it have country code, area code, how many numbers min and max, etc.
 
Share this answer
 
v2
Comments
Libin C Jacob 13-Nov-15 0:47am    
Thanks for your reply.........

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900