Regular Expressions 101

Community Patterns

1

content

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

images

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

descr

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

My regex

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

Asadasdsd

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

byline

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

SELLER

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

name

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

match name and surname in a name.surname@domain.com email.

0

Regular Expression
Java 8

"
[^\W\d_]+(?=.*@)
"
g

Description

Loading markdown...
Submitted by WojciechW - 7 months ago