MCPcopy Create free account
hub / github.com/aboutcode-org/scancode-toolkit / emails_regex

Function emails_regex

src/cluecode/finder.py:123–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121
122
123def emails_regex():
124 return re.compile('\\b[A-Z0-9._%-]+@[A-Z0-9.-]+\\.[A-Z]{2,4}\\b', re.IGNORECASE)
125
126
127def find_emails(location, unique=True):

Callers 1

find_emailsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected