Regular Expressions 101

Community Patterns

0

MM101

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

KDE_Converter_Runner_Regex

Golang
WIP
Submitted by anonymous - 4 years ago
0

11

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

11

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

Validate multiple Email-addresses separated by semicolon

1

Regular Expression
PCRE (PHP <7.3)

/
^(([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5}){1,25})+([;.](([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5}){1,25})+)*$
/

Description

Loading markdown...
Submitted by maxthelup - 8 years ago