Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Visual Basic .NET only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Member List
Calendar
Today's Posts
Home
Forum
Topic
Visual Basic .NET
regular expressions question
regular expressions question
Collapse
This topic is closed.
X
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
Robert Dufour
#1
regular expressions question
Jan 31 '07, 09:45 PM
How do you use regular expression to validate a string to be a validly
constructed email address?
Thanks for any help
Bob
raibeart
#2
Feb 1 '07, 01:25 PM
Re: regular expressions question
Bob,
Try here:
http://regexlib.com/default.aspx
Robert
On Jan 31, 3:35 pm, "Robert Dufour" <bduf...@sgiims .comwrote:
How do you use regular expression to validate a string to be a validly
constructed email address?
>
Thanks for any help
Bob
Comment
Post
Cancel
Brian Gideon
#3
Feb 1 '07, 02:45 PM
Re: regular expressions question
On Jan 31, 3:35 pm, "Robert Dufour" <bduf...@sgiims .comwrote:
How do you use regular expression to validate a string to be a validly
constructed email address?
>
Thanks for any help
Bob
Bob,
Here's a good link.
How to Find or Validate an Email Address
http://www.regular-expressions.info/email.html
Notice that the RFC 822 compliant regular expression is *insane*. The
author recommends using a simpler expression.
Brian
Comment
Post
Cancel
Previous
template
Next
Working...
OK
OK
Cancel
👍
👎
☕
Comment