fsd
This commit is contained in:
parent
62d4afc577
commit
4c3ca8732c
4 changed files with 4 additions and 12 deletions
|
@ -738,8 +738,8 @@ email_regex = re.compile('([A-Za-z0-9]+[.-_])*[A-Za-z0-9]+@[A-Za-z0-9-]+(\.[A-Z|
|
|||
utm_regex = re.compile('utm_[a-z]+=[a-z0-9_]+&', flags=re.A)
|
||||
utm_regex2 = re.compile('[?&]utm_[a-z]+=[a-z0-9_]+', flags=re.A)
|
||||
|
||||
slur_regex = re.compile(f"({single_words})(?![^<]*<\/(a|img))", flags=re.I|re.A)
|
||||
slur_regex_upper = re.compile(f"({single_words.upper()})(?![^<]*<\/(a|img))", flags=re.A)
|
||||
slur_regex = re.compile(f"({single_words})(?![^<]*>)", flags=re.I|re.A)
|
||||
slur_regex_upper = re.compile(f"({single_words.upper()})(?![^<]*>)", flags=re.A)
|
||||
torture_regex = re.compile('(^|\s)(i|me) ', flags=re.I|re.A)
|
||||
torture_regex2 = re.compile("(^|\s)i'm ", flags=re.I|re.A)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue