Regular Expressions 101

Community Patterns

4

html tags

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

UUID

PCRE (PHP <7.3)
no description available
Submitted by Jason - 9 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