Regular Expressions 101

Community Patterns

2

US zip Code

ECMAScript (JavaScript)
US zip Code
Submitted by Aloke - 8 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 - 10 months ago