diff --git a/files/helpers/regex.py b/files/helpers/regex.py index 1f82ef06c..0abf9a04d 100644 --- a/files/helpers/regex.py +++ b/files/helpers/regex.py @@ -69,7 +69,7 @@ torture_regex = re.compile('(^|\s)(i|me)($|\s)', flags=re.I|re.A) torture_regex2 = re.compile("(^|\s)(i'm)($|\s)", flags=re.I|re.A) torture_regex3 = re.compile("(^|\s)(my|mine)($|\s)", flags=re.I|re.A) -sentence_ending_regex = re.compile('(\.)', flags=re.I|re.A) +sentence_ending_regex = re.compile('(?