Croquembouche / pyWhat-2022

🐸 Identify anything. pyWhat easily lets you identify emails, IP addresses, and more. Feed it a .pcap file or some text and it'll tell you what it is! 🧙‍♀️
MIT License
1 stars 1 forks source link

FR 1: Matching Phone Numbers #2

Closed Croquembouche closed 1 year ago

Croquembouche commented 1 year ago
FR1: Matching Phone Numbers
Estimate: 1
Priority: Must have
Story: As a pyWhat user, sometimes I want to see what a phone number is. Especially which country.
Acceptance criteria:
1. The application is able to use Regex functions to correctly parse the phone number for US numbers.
2. The application is able to use Regex functions to correctly parse the phone number for ALL numbers.
3. The application is able to use Regex functions to correctly parse the phone number for ALL numbers and retrieve information about the phone number owner.
Croquembouche commented 1 year ago

Function completed by Hamid as of 12-07-2022