AutoMod Regex Generator
Regexes API

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.

Number Variants

Prevents character replacements using numbers. (e.g. he11o)

Symbol Variants

Prevents character replacements using symbols. (e.g. he!!o)

Letter Variants

Prevents character replacements using different letters. (e.g. heiio)

Emoji Variants

Prevents replacing a character with regional indicator emojis. (e.g. hell🅾️)

Unicode Variants

Prevents replacing a character with lookalike unicode characters (e.g. heןןo)

Letter Spam

Prevents spamming the same character being spammed multiple times (e.g. hellllo)

Multi Character

Prevents replacing a character with multiple. (e.g. |-|ello)

Extra Whitespace

Prevents adding spaces unnecessary. (e.g. he llo) This could make the regex really long and this could cause false positives!

Vowelless Variants

Prevents removing the vowels. (e.g. hllo) This could cause false positives!

Character Deduplication

Prevents repeated characters from being removed unto one (e.g. helo) This could cause false positives for some small words!

Partial Matches

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.