AutoMod Regex Generator
More Regex

Generate a regex for Discord's AutoMod that will protect your community

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🅾️)

Double-letter Spam

Prevents spamming characters which are normally next to each other 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!

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 Regex page to find regexes that block links, zalgo, and more..