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
Hello everyone, we need add 'uz-UZ' locale in isMobilePhone.js lib to do validation for Uzbekistan mobile phones.
Country code: +998 format mobile phones: ( [+998] )? ( ( [6] ( [1] | [2] | [5] | [6] | [7] | [9] ) ) | ( [7] ( [1] | [2] | [3] | [4] | [5] | [6] | [9] ) ) | [88] | [9X] ) [XXX XXXX]
[X] phone number: 7 or 8 digits
I've made an initial expression as: /^(\+?998)?(6[125-79]|7[1-69]|88|9\d)\d{7}$/
Please improve the expression and add it into lib
for more info about Uzbekistan phone codes see : areaphonecodes
Best Regards
The text was updated successfully, but these errors were encountered:
Hello everyone, we need add 'uz-UZ' locale in
isMobilePhone.js
lib to do validation for Uzbekistan mobile phones.Country code: +998
format mobile phones:
( [+998] )? ( ( [6] ( [1] | [2] | [5] | [6] | [7] | [9] ) ) | ( [7] ( [1] | [2] | [3] | [4] | [5] | [6] | [9] ) ) | [88] | [9X] ) [XXX XXXX]
[X] phone number: 7 or 8 digits
I've made an initial expression as:
/^(\+?998)?(6[125-79]|7[1-69]|88|9\d)\d{7}$/
Please improve the expression and add it into lib
for more info about Uzbekistan phone codes see : areaphonecodes
Best Regards
The text was updated successfully, but these errors were encountered: