MCPcopy 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
264def is_email(test_str):
265 return email_pattern.match(test_str) is not None
266
267
268def is_json(txt):

Callers 3

prep_requestMethod · 0.85
executeMethod · 0.85
infer_field_typeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected