diff --git a/src/corelibs/check_handling/regex_compiled_constants.py b/src/corelibs/check_handling/regex_constants.py similarity index 78% rename from src/corelibs/check_handling/regex_compiled_constants.py rename to src/corelibs/check_handling/regex_constants.py index 33aa8f0..eca6013 100644 --- a/src/corelibs/check_handling/regex_compiled_constants.py +++ b/src/corelibs/check_handling/regex_constants.py @@ -2,9 +2,13 @@ List of regex compiled strings that can be used """ +import re + + EMAIL_REGEX_BASIC = r""" ^[A-Za-z0-9!#$%&'*+\-\/=?^_`{|}~][A-Za-z0-9!#$%:\(\)&'*+\-\/=?^_`{|}~\.]{0,63} @(?!-)[A-Za-z0-9-]{1,63}(?