allow case sensitive matching via (?-i)
in automod regex
#7443
Unanswered
JayDeezus
asked this question in
API Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to catch messages with a lower case letter via
(?-i)[a-z]
, which I understand to mean "disable case insensitivity, and match any letter from lower case 'a' to lower case 'z'".This doesn't work at the moment, and is catching all messages with any letter a-z in it, ignoring case. Please allow us to perform case sensitive matching with
(?-i)
, especially since it's mentioned we can do this in the FAQ: https://support.discord.com/hc/en-us/articles/10069840290711-Filter-Messages-Using-Regular-Expressions-RegexBeta Was this translation helpful? Give feedback.
All reactions