Regular Expressions 101

Community Patterns

Mattermail - test multiple usernames seperated by comma (,) and spaces (\s)

0

Regular Expression
PCRE (PHP <7.3)

/
^([a-zA-Z]*:)?\s*?\[\s*?([#@][A-Za-z0-9.\-_]*)\s*?(,|(\s*?|(\s*?and\s*?)|(\s*?or\s*?))[#@][A-Za-z0-9.\-_]*)*\s*?\]
/
gm

Description

no description available

Submitted by anonymous - 7 years ago