Regular Expressions 101

Community Patterns

1

n+5

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 7 years ago
1

RUBROS

Python
no description available
Submitted by anonymous - 7 years ago
1

test

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 7 years ago
1

Catdance

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 7 years ago
0

a

ECMAScript (JavaScript)
a
Submitted by a - 7 years ago

match @user but not email@example.com

1

Regular Expression
PCRE (PHP <7.3)

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

Description

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