Skip to content

Instantly share code, notes, and snippets.

@daler445
Last active April 6, 2020 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daler445/9f8937530f679467358c2bba129a168f to your computer and use it in GitHub Desktop.
Save daler445/9f8937530f679467358c2bba129a168f to your computer and use it in GitHub Desktop.
Префиксы и регулярные выражения номеров мобильных операторов Республики Таджикистан
Все номера РТ:
\+{0,1}(992)?(\d{9}$)
Мегафон Таджикистан
(\+)?(992)?((90|88|55|00)\d{7})$
90* ** ****
88* ** ****
55* ** ****
00* ** ****
Tcell
(\+)?(992)?((93|92|77|50)\d{7})$
93* ** ****
92* ** ****
77* ** ****
50* ** ****
Babilon-mobile
(\+)?(992)?(918(\d){6}|(98|94)\d{7})
918 ** ****
98* ** ****
94* ** ****
Zet-Mobile
(\+)?(992)?((911|915|917|919)\d{6})$
911 ** ****
915 ** ****
917 ** ****
919 ** ****
Tojik Mobile
(\+)?(992)?(99\d{7})$
99* ** ****
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment