Comment by Djentleman420 on 11/05/2019 at 22:35 UTC

1 upvotes, 1 direct replies (showing 1)

View submission: Unicode matching bug in AutoModerator

View parent comment

Thanks for the tip, a bit new to using regex myself. It tried the regex you suggested as well and it still allows emoji unfortunately. Preventing them in titles is the whole reason i have been looking into this the last couple days, but i have not had success yet unfortunately. Appreciate the info.

Replies

Comment by dequeued at 11/05/2019 at 23:23 UTC

1 upvotes, 0 direct replies

As the title says, AutoModerator is somewhat broken right now so there's no point in testing anything related to special characters.

After this bug is fixed, if you just want to stamp out emoji and other junk in titles, try this:

--------------------------------------------------------------------------------

title (regex, includes): ["(?#Assorted)[\U00000400-\U00002000]+", "(?#Massive)[\U00002100-\U0001FFFF]+"]
action: remove

--------------------------------------------------------------------------------