Regular Expressions 101

Community Patterns

0

Final

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

test

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

ex1

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

ex3

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

Simple email splitter

1

Regular Expression
PCRE (PHP <7.3)

/
^(?'User'[_a-z0-9-]+(\.[_a-z0-9-]+)*)@(?'Domain'[a-z0-9-]+(\.[a-z0-9-]+)*\.[a-z]{2,4})$
/
i

Description

Loading markdown...
Submitted by Matías Pizarro González - 8 years ago