Community Patterns

Community Library Entry

1

Regular Expression
Created·2021-06-23 06:32
Flavor·ECMAScript (JavaScript)

/
^(?!https:\/\/steamcommunity\.com$)(^(https?:\/\/)(st[\w]+)co((m|n){1,})([\w]+)\.(.*){1,}\.?(.*){1,})
/
gm
Open regex in editor

Description

Catch Dodgy steam links

Catches most if not all spam links that usually get spread in chat rooms

Submitted by anonymous