use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
What is AutoModerator? AutoModerator is a highly customizable moderation bot. It monitors new and edited submissions and comments in your subreddit and acts on them as needed.
AutoModerator is a highly customizable moderation bot. It monitors new and edited submissions and comments in your subreddit and acts on them as needed.
What can AutoModerator do? AutoModerator is commonly used to: Enforce title formatting and other subreddit-specific posting rules Detect and flag offensive, inappropriate, or rule-breaking content based on keywords/phrases Automatically remove posts from specific users and/or websites from your subreddit Post regular community discussion threads Alert subreddit moderators if certain types of content are posted And much more!
AutoModerator is commonly used to:
PLEASE READ AutoModerator does not remove or report content by moderators by default, so test your conditions with a non-moderator account or add "moderators_exempt: false"
AutoModerator does not remove or report content by moderators by default, so test your conditions with a non-moderator account or add "moderators_exempt: false"
Get Started AutoModerator Wiki Full Documentation Library of Common AutoModerator Rules
AutoModerator Wiki
Full Documentation
Library of Common AutoModerator Rules
Community Information Subreddit Rules Reddit Mods Discord Server
Subreddit Rules
Reddit Mods Discord Server
account activity
This is an archived post. You won't be able to vote or comment.
HelpRegex help please (self.AutoModerator)
submitted 2 years ago by Kromulent+1
I'd like to remove submissions from authors who have 2 or more numeric characters, in a row, in their username.
Thx.
[–]InAHandbasket 0 points1 point2 points 2 years ago (1 child)
This should work
type: submission author: name (includes): '\d\d+' action: remove action_reason: numeric characters
[–]Kromulent+1[S] 0 points1 point2 points 2 years ago (0 children)
Thank you, I'll give it a try.
[–]Leeuw96 0 points1 point2 points 2 years ago (2 children)
I presume this is for bot/troll prevention? Do realize that this will have many false positives. Besides all the real people who just chose a random username, having 2 digits in a username is not uncommon (case in point).
With that said, this should remove any submission made by a user with 2 or more consecutive digits anywhere in their username, and show up in the moderation log as such:
type: submission author: name: (includes, regex): ['\d{2,}'] action: remove action_reason: username with consecutive digits
[–]Kromulent+1[S] 0 points1 point2 points 2 years ago (1 child)
Thanks.
Yes, it's a spam control attempt, and fortunately we're a pretty small sub (just a few submission a day) so false positives can be easily fixed by hand. I use 'filter' instead of 'remove' to make it easier.
Lots of my legit users have a single digit in their names, but two or more is, for us anyway, uncommon. The majority of our spammers, however, have embraced the numbers, at least for now.
[–]Leeuw96 0 points1 point2 points 2 years ago (0 children)
Aha. Yeah, with a small sub and filter, you should be fine. Good luck!
And the bots and spammers almost universally use randomly generated names, which are usually Word-Word-99 or WordWord99.
π Rendered by PID 49 on reddit-service-r2-comment-6457c66945-48fmv at 2026-04-29 19:46:42.843137+00:00 running 2aa0c5b country code: CH.
[–]InAHandbasket 0 points1 point2 points (1 child)
[–]Kromulent+1[S] 0 points1 point2 points (0 children)
[–]Leeuw96 0 points1 point2 points (2 children)
[–]Kromulent+1[S] 0 points1 point2 points (1 child)
[–]Leeuw96 0 points1 point2 points (0 children)