Mobile = /^9989[012345789][0-9]{7}$/
All = /^998(9[012345789]|6[125679]|7[01234569])[0-9]{7}$/
Mobile = /^9989[012345789][0-9]{7}$/
All = /^998(9[012345789]|6[125679]|7[01234569])[0-9]{7}$/
+998330000000 uchun ishlamasligi yomonakan :(
https://regex101.com/r/O1dJic/1
shuni ishlatib koringlar full support qiladi.
For 998 33 XXXxxXX, 998 88 XXXxxXX not working
you can use below link regex
/^998[012345789][0-9]{8}$/
For 998 33 XXXxxXX, 998 88 XXXxxXX not working
you can use below link regex
lekin bunda orasida joy bo'lsa o'tkizmas ekan masalan +99899 123 45 67
https://regex101.com/r/VFJ3wv/1
^+?998?\s?-?(90|91|93|94|95|98|99|33|97|71)\s?-?(\d{3})\s?-?(\d{2})\s?-?(\d{2})$
XXX-XX-XXX-XX-XX
XXX XX XXX XX XX
XXX XX-XXX-XX XX
...
sign plus doesn't matter
+998902641905
998903641905
if u wanna contact me, β
:) [ smiley face ]
@abrorbekuz you missed escape character \
before plus sign
zo'r
For 998 33 XXXxxXX, 998 88 XXXxxXX not working
you can use below link regex
https://regex101.com/r/O1dJic/1lekin bunda orasida joy bo'lsa o'tkizmas ekan masalan +99899 123 45 67
ha bunga o'tkazmaydi space bo'lmasligi kerak
(?:+[9]{2}[8][0-9]{2}[0-9]{3}[0-9]{2}[0-9]{2}) akalar mana shuni ishlatsa ham to'g'ri chiqararkan Format: +998901234567
Barcha kodlar uchun ishlaydigan regex (faqat joy tashlamasdan, orasida simvol yozmasdan ishlatish kerak):
^[+]998([0-9][012345789]|[0-9][125679]|7[01234569])[0-9]{7}$
Meni taklifim
^+998([- ])?(90|91|93|94|95|98|99|33|97|71)([- ])?(\d{3})([- ])?(\d{2})([- ])?(\d{2})$
+998998887766 +998 99 888 77 66 +998-99-888-77-66 +998 99 888-77-66 va shunga o'xshash O'zbekiston telefon nomerlari uchun
shunda +998 (99) 111-11-11 shaklida ishlatsa bo'ladimi?
the best
Uzbekistan Phone Number
/^+998(90|91|93|94|95|97|98|99|50|88|77|33|20)[0-9]{7}$/
@abrorbekuz Goooooooooooooooooooooooood
Mani fikrim shu 55 33 77 88 larga ishledi yana kere raqamla bosa qoshib olsa bo`ldi
ππ»ππ»ππ»ππ»ππ»ππ»ππ»ππ»ππ»ππ»ππ»ππ»ππ»ππ»ππ»ππ»ππ»
^+998([- ])?(90|91|93|94|95|97|98|99|77|88|33|55)([- ])?(\d{3})([- ])?(\d{2})([- ])?(\d{2})$
raxmat
https://regex101.com/r/VFJ3wv/1
^+?998?\s?-?(90|91|93|94|95|98|99|33|97|71)\s?-?(\d{3})\s?-?(\d{2})\s?-?(\d{2})$
XXX-XX-XXX-XX-XX
XXX XX XXX XX XX
XXX XX-XXX-XX XX
...sign plus doesn't matter +998902641905 998903641905
if u wanna contact me, β :) [ smiley face ]
It didnt work with + sign here I updated your code:
^+?(998|90)?\s?-?(90|91|93|94|95|98|99|33|97|71)\s?-?(\d{3})\s?-?(\d{2})\s?-?(\d{2})$
bu holatda faqat 9 bilan boshlangan kodlarda ishlaydi va + talab qilmaydi
/^[+]{1}998[1-9]{2}[0-9]{7}$/ mana shu variantni taklif qilaman
+998948007117
[
[
{
"content": "+998948007117",
"isParticipating": true,
"groupNum": 0,
"startPos": 0,
"endPos": 13
}
]
]
Meni taklifim
/^998[012345789][0-9]{8}$/