Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
123
def
emails_regex():
124
return
re.compile(
'\\b[A-Z0-9._%-]+@[A-Z0-9.-]+\\.[A-Z]{2,4}\\b'
, re.IGNORECASE)
125
126
127
def
find_emails(location, unique=True):
Callers
1
find_emails
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected