Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
PCRE (PHP <7.3)

/
((?:(?<=\s|\W|\A))@(\w+))
/
gi

Description

for finding user mentions in markdown-like comments

Submitted by Holger Schmidt (https://github.com/forger) - 9 years ago