M
Mike P
Can anybody tell me why this regular expression is not being accepted in
my code?
^0\d{2}\d{0,13}$
Basically, it is meant to start with a 0, and have a minimum of 3 digits
and a maximum of 16.
Any help would be really appreciated.
Cheers,
Mike
my code?
^0\d{2}\d{0,13}$
Basically, it is meant to start with a 0, and have a minimum of 3 digits
and a maximum of 16.
Any help would be really appreciated.
Cheers,
Mike