Ask a question to get started
Enter to sendā¢Shift+Enter new line
PREFIXES_TO_IGNORE_REGEX = '(?!' '|'.join([(re.escape(s)) for s in PREFIXES_TO_IGNORE]) ')'