Displaying page
of
pages;
Items to
Title |
Test
Details
International Phone Number format
|
Expression |
^\+(?:[0-9] ?){6,14}[0-9]$
|
Description |
International Phone Number conventions are really difficult to get a one-size-fits-all regex for. This version forces numbers to start with a plus sign (international dialling symbol), then a country code and then the phone number
|
Matches |
+44 207 100 200 ¬¬¬ +44 7890 100 200 ¬¬¬ +1 555 100 200
|
Non-Matches |
00 44 207 100 200 ¬¬¬ 00 44 7890 100 200 ¬¬¬ 555 100 200
|
Author |
Rating:
Not yet rated.
Tocher
|
Displaying page
of
pages;
Items to