-----------need help
-------seash
"seash" <anon...@discussions.microsoft.com> wrote in message
news:EBF05F40-5D7F-4FBB...@microsoft.com...
The ASP.NET RegEx validator has some predefined validations. For internet
e-mail it has the following regex:
\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*
--
Tom Porterfield
MS-MVP MCE
http://support.telop.org
Please post all follow-ups to the newsgroup only.
string regex = @"^(([^<>()[\]\\.,;:\s@\""]+(\.[^<>()[\]\\.,;:\s@\""]+)*)|(\"".+\""))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$";
Cheers
Nirmal
"seash" <anon...@discussions.microsoft.com> wrote in message news:<EBF05F40-5D7F-4FBB...@microsoft.com>...