Title |
Test
Find
Pattern Title
|
Expression |
^[0-9,+,(), ,]{1,}(,[0-9]+){0,}$ |
Description |
It could be used to validate local as well as International Phone nos where the number my be preceeding by + sign for(00) and may have brackets to accept the city code like (22).It will also accept space in between like 001 116 23314 |
Matches |
0091(22) 31544 | +1 (116) 23314 | +91(22)311545 |
Non-Matches |
91 (22) abc21 | +91 (abc) 23321 | 00111623314abc |
Author |
Rating:
Abdul Khaliq Oomatia
|
Source |
|
Your Rating |
|
Title: a small problem
Name: BuKToP
Date: 2/20/2012 5:36:34 PM
Comment:
+9(98877665544
It should not allow this... (no closing bracket)