You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interesting case just randomly discovered,
numbers 07700900982 and +447708900982 are not valid, issue is in the second zero, but works for every other number 1 to 9.
Also, using different internet resource, I have found, that UK mobile/landline number length might be 10 digits:
Yes, almost all UK numbers are 11 digits long, including the dialling codes. There are a few areas around the country whose numbers only contain 10 digits, but these are in the minority.
Mobile numbers: mobile phone numbers in the UK start with "07" and range from 10-11 digits, though a majority are 11 digits.
You might need to update limitation from 11 to 10 characters, up to you.
The text was updated successfully, but these errors were encountered:
Interesting case just randomly discovered,
numbers 07700900982 and +447708900982 are not valid, issue is in the second zero, but works for every other number 1 to 9.
I am not sure why
Looking at the wikipedia: https://en.wikipedia.org/wiki/Telephone_numbers_in_the_United_Kingdom
Mobile number format in the UK: 07x xxxx xxxx
Should not be any limitations for number after 07, as soon as you have 11 digits number.
Also, using different internet resource, I have found, that UK mobile/landline number length might be 10 digits:
You might need to update limitation from 11 to 10 characters, up to you.
The text was updated successfully, but these errors were encountered: