Generate regexes for Discord's AutoMod that will protect your community from using leetspeak to bypass AutoMod.
1. Insert a keyword you'd like to filter with a regex.
2. Change some settings to customize the regex.
Prevents character replacements using numbers. (e.g. he11o)
Prevents character replacements using symbols. (e.g. he!!o)
Prevents character replacements using different letters. (e.g. heiio)
Prevents replacing a character with regional indicator emojis. (e.g. hell🅾️)
Prevents replacing a character with lookalike unicode characters (e.g. heןןo)
Prevents spamming the same character being spammed multiple times (e.g. hellllo)
Prevents replacing a character with multiple. (e.g. |-|ello)
Prevents adding spaces unnecessary. (e.g. he llo) This could make the regex really long and this could cause false positives!
Prevents removing the vowels. (e.g. hllo) This could cause false positives!
Prevents repeated characters from being removed unto one (e.g. helo) This could cause false positives for some small words!
Prevents adding text to the start or end of word. (e.g. hello!) This could cause false positives for some small words!
3. Copy the generated regex!
You can also visit the Regexes page to find regexes that block links, zalgo, and more.
If you're a developer, you can check out the API to intergrate the generator into your own creations!