diff --git a/lib/regexes.py b/lib/regexes.py index 3c4ecab..f80e223 100644 --- a/lib/regexes.py +++ b/lib/regexes.py @@ -1,7 +1,7 @@ import re regexes = { - 'email': re.compile(r'[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}', re.I), + 'email': re.compile(r'[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]+', re.I), #'ssn' : re.compile(r'\d{3}-?\d{2}-?\d{4}'), 'hash32': re.compile(r'[^