Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > RegEX for Email

Reply
Thread Tools

RegEX for Email

 
 
Ben
Guest
Posts: n/a
 
      01-31-2007

Hi All,
I am using a regular expression for validating an email field.
ValidationExpression="\S+@\S+\.\S+"

This validates if the @ and . are missing but I need a more tight
validation - only 1 @ should be there etc.

Any help is greatly appreciated.

P.S I would have researched this more on my own but am under a tight
deadline for getting a module completed in the next few hours.

Thanks,
Ben


*** Sent via Developersdex http://www.developersdex.com ***
 
Reply With Quote
 
 
 
 
Riki
Guest
Posts: n/a
 
      02-02-2007
www.regexlib.com

--

Riki

"Ben" <> wrote in message
news:...
>
> Hi All,
> I am using a regular expression for validating an email field.
> ValidationExpression="\S+@\S+\.\S+"
>
> This validates if the @ and . are missing but I need a more tight
> validation - only 1 @ should be there etc.
>
> Any help is greatly appreciated.
>
> P.S I would have researched this more on my own but am under a tight
> deadline for getting a module completed in the next few hours.
>
> Thanks,
> Ben
>
>
> *** Sent via Developersdex http://www.developersdex.com ***



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How make regex that means "contains regex#1 but NOT regex#2" ?? seberino@spawar.navy.mil Python 3 07-01-2008 03:06 PM
String Pattern Matching: regex and Python regex documentation Xah Lee Java 1 09-22-2006 07:11 PM
Is ASP Validator Regex Engine Same As VS2003 Find Regex Engine? =?Utf-8?B?SmViQnVzaGVsbA==?= ASP .Net 2 10-22-2005 02:43 PM
Java regex imposture re: Perl regex compatibility a_c_Attlee@yahoo.com Java 2 05-06-2005 12:16 AM
perl regex to java regex Rick Venter Java 5 11-06-2003 10:55 AM



Advertisments