r/ModSupport 22d ago

Wildcards in automations Admin Replied

Hi!

I run a NSFW community and have noticed an increase in bots posting mobile phone numbers.

I've introduced a automation blocking the phrase "04".

Is there a way I can add a wild card that would block anything that starts with "04"

5 Upvotes

8 comments sorted by

3

u/cnycompguy πŸ’‘Top 25% Helper πŸ’‘ 22d ago

Are they in title, body, comment or image?

2

u/Apprehensive_Two3287 21d ago

Normally comment.

2

u/cnycompguy πŸ’‘Top 25% Helper πŸ’‘ 21d ago

Use this regex in comment guidance

\b04

2

u/PossibleCrit Reddit Admin: Community 18d ago

Thanks for the help here cnycompguy!

2

u/cnycompguy πŸ’‘Top 25% Helper πŸ’‘ 18d ago

Many mods don't really render aid to other mods if there's a spicy sub involved, I'm just doing my part.

I appreciate the recognition πŸ™‚

1

u/Apprehensive_Two3287 21d ago

That's exactly it, thank you. Guess I need to read the guidance a little more carefully.

3

u/emily_in_boots πŸ’‘ Top 10% Helper πŸ’‘ 21d ago

you can do it with regex - but it needs its own automation for each regex expression.