Hi,
I have Pattern which validates the france phonenumber as given below.
(?
?:[+]44)|(?:44))?0?+([0-9]{4})([0-9]{3})([0-9]{3})
Now I need that pattern should be like +447*********
Means phone number must start with 7. I tried to put 7 in above pattern but it was always inserted in my given number.
So can anybody please help me to prepare the regular experssion to validate the UK mobile number.
Thanks,
Umesh
Umesh Sharma,MCSD
India
I have Pattern which validates the france phonenumber as given below.
(?
Now I need that pattern should be like +447*********
Means phone number must start with 7. I tried to put 7 in above pattern but it was always inserted in my given number.
So can anybody please help me to prepare the regular experssion to validate the UK mobile number.
Thanks,
Umesh
Umesh Sharma,MCSD
India