Make Regex for anti swear
-
Hi everyone!
I have a blacklist similar to this:- idiot(a|i|e)?
This block the idiot, idiota, idioti, idiote words.
But some users bypass this check by changing some letters with others
Ex: idi0t4
How can I make a regex list for block bypass attempts mimilar to this? -
Regex isn’t going to be able to help you with this task.