MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / PrintMatches

Function PrintMatches

ExtractPhoneNumberEmail/PhoneEmailExtraction.py:56–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54
55# Print the output from matches list
56def PrintMatches():
57 if len(matches) > 0:
58 print("Found matches: " + str(len(matches)))
59 for i in range(0, len(matches)):
60 print(matches[i])
61 else:
62 print("***No Phone Number or Email Address found.***")
63
64
65def main():

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected