Regular Expressions 101

Community Patterns

match bot commands

1

Regular Expression
PCRE (PHP <7.3)

/
^\/.[a-zA-Z]*
/
g

Description

match bot commands in the first at starting of line only egs - /hi

Submitted by anonymous - 8 years ago