Hello all,
So, I haven't learned Regular Expressions yet...
But I need to be verify that a email is valid when entered in my asp.net page with a regular expression. Does any one have the code handy? I would appreciate it.
Printable View
Hello all,
So, I haven't learned Regular Expressions yet...
But I need to be verify that a email is valid when entered in my asp.net page with a regular expression. Does any one have the code handy? I would appreciate it.
Here's what I do. Drag a regular expression control onto your web form and copy the email expression from the property setting. ;)
Thanks, worked great. I forgot about the pre-built ones.
http://regexlib.com/
good source for regex patterns
Thanks, got it bookmarked. Looks like it has plenty in there.