From e9ccfe7ad291d955c350ebae572963fe2c9afe99 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Mon, 14 Jul 2025 15:59:34 +0900 Subject: [PATCH] Rebame the regex constants file name to not have compiled inside the name --- .../{regex_compiled_constants.py => regex_constants.py} | 4 ++++ .../settings_loader_handling/settings_loader_check.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) rename src/corelibs/check_handling/{regex_compiled_constants.py => regex_constants.py} (78%) 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}(?