diff --git a/files/helpers/regex.py b/files/helpers/regex.py index 413e2b4f3..64581a025 100644 --- a/files/helpers/regex.py +++ b/files/helpers/regex.py @@ -48,7 +48,7 @@ emoji_regex = re.compile(f"

\s*(:[!#@]{{0,3}}[{valid_username_chars}]+:\s*)+<\ emoji_regex2 = re.compile(f'(?(.+?)<\/a>', flags=re.A) +snappy_url_regex = re.compile('(.+?)<\/a>', flags=re.A) email_regex = re.compile('[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,}', flags=re.A|re.I)