Displaying page
of
pages;
Items to
Title |
Test
Details
Pattern Title
|
Expression |
^[9]9\d{10}|^[5]\d{10}
|
Description |
This will make sure that if your number starts w. a 99 it will have 10 more digits after it and if it starts w. a 5 it will also have 10 digits after that. So if you have a number starting with 99 it must be 12 digits long if it starts with a 5 it must be 11.
|
Matches |
991234567890 | 51234567890
|
Non-Matches |
99123456789 | 91234567890
|
Author |
Rating:
Adrian P
|
Displaying page
of
pages;
Items to