Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Keeper-Security/Commander
/ is_email
Function
is_email
keepercommander/utils.py:264–265 ·
view source on GitHub ↗
(test_str)
Source
from the content-addressed store, hash-verified
262
263
264
def
is_email(test_str):
265
return
email_pattern.match(test_str) is not None
266
267
268
def
is_json(txt):
Callers
3
prep_request
Method · 0.85
execute
Method · 0.85
infer_field_type
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected