Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
java-regex
.
Show all posts
Showing posts with label
java-regex
.
Show all posts
Thursday, November 2, 2017
JavaScript jQuery Phone Number Validation Using Regex Pattern
›
Below is the regex to check valid phone number: var regex = /(^(\+?[0-9]+)?((\s|\-|\.)[0-9]+)+$)|(^\(\+?[0-9]+\)((\s|\-|\.)[0-9]+)+$...
1 comment:
›
Home
View web version