R Robert Dufour Jan 31, 2007 #1 How do you use regular expression to validate a string to be a validly constructed email address? Thanks for any help Bob
How do you use regular expression to validate a string to be a validly constructed email address? Thanks for any help Bob
B Brian Gideon Feb 1, 2007 #3 How do you use regular expression to validate a string to be a validly constructed email address? Thanks for any help Bob Click to expand... Bob, Here's a good link. 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
How do you use regular expression to validate a string to be a validly constructed email address? Thanks for any help Bob Click to expand... Bob, Here's a good link. 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