Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 350 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 350 Bytes

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)