Searched refs:_email_re (Results 1 - 1 of 1) sorted by relevance
/third_party/jinja2/ | ||
H A D | utils.py | 218 _email_re = re.compile(r"^\S+@\w[\w.-]*\.\w+$") variable 321 elif middle.startswith("mailto:") and _email_re.match(middle[7:]): 328 and _email_re.match(middle) |
Completed in 2 milliseconds