Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-11-30 20:24
Flavor·.NET 7.0 (C#)

@"
^\w+([.-]?\w+)*@\w+([.-]?\w+)*(\.\w{2,})+$
"
gm
Open regex in editor

Description

Checks whether the string is a valid email address per ASCII.

Submitted by rotors6472