Skip to content

Regex(Regular expression pattern for validating Uzbekistan phone numbers.

License

Notifications You must be signed in to change notification settings

akbarahmadjonov/uzb-phone-number-regex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published