MCPcopy
hub / github.com/TheAlgorithms/Python / is_valid_email_address.py

File is_valid_email_address.py

strings/is_valid_email_address.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Implements an is valid email address algorithm
3
4@ https://en.wikipedia.org/wiki/Email_address

Callers

nothing calls this directly

Calls 1

is_valid_email_addressFunction · 0.85

Tested by

no test coverage detected