Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

uzb-phone-number-regex

Regex(Regular expression pattern for validating Uzbekistan phone numbers.

Uzbekistan phone number Regex pattern, for validating phone numbers in Uzbekistan.

^(?:+998)?[ -]?\d{2}[ -]?\d{3}[ -]?\d{4}$

  • ^, $ (Starts and ends of the string)
  • (?:\+998)? (Country code)

About

Regex(Regular expression pattern for validating Uzbekistan phone numbers.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors