Skip to content

A Python program utilizing regex to validate phone numbers in the XX-XXX-XXXX format.

Notifications You must be signed in to change notification settings

er-hiba/Regex_Tel_Validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

This program leverages regular expressions (regex) to verify whether a provided phone number adheres to the format XX-XXX-XXXX (two digits, a hyphen, three digits, a hyphen, four digits). Users can input a phone number to validate its format.

Examples

♡ Example 1 :

♡ Example 2 :

About

A Python program utilizing regex to validate phone numbers in the XX-XXX-XXXX format.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages