Regular Expressions 101

Community Patterns

1

json value extract

Java 8
json value extract
Submitted by anonymous - 8 months ago
0

test123

PCRE2 (PHP >=7.3)
test
Submitted by anonymous - 8 months 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 - 10 months ago