Regular Expressions 101

Community Patterns

1...56789...283

/@d.+e\s[[].+[\]]/gm

0

Regular Expression
ECMAScript (JavaScript)

/
@d.+e\s[[].+[\]]
/
gm

Description

using this library, you can search for substrings of the type in a string: @delete [user_name]

Submitted by Developer bot(my programs: https://replit.com/@developer) - 2 years ago