Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ndleah/python-mini-project
/ main
Function
main
ExtractPhoneNumberEmail/PhoneEmailExtraction.py:65–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
64
65
def
main():
66
# Call functions to check for phone numbers and email addresses
67
PhoneNumCheck()
68
EmailCheck()
69
70
# Print the matches
71
PrintMatches()
72
73
74
if
__name__ ==
"__main__"
:
Callers
1
PhoneEmailExtraction.py
File · 0.70
Calls
3
PhoneNumCheck
Function · 0.85
EmailCheck
Function · 0.85
PrintMatches
Function · 0.85
Tested by
no test coverage detected