
mckhendry
Deleted
Jun 28, 2000, 11:50 AM
Post #2 of 3
(1790 views)
|
What are the rules for what you consider a valid email address to be? The reason I asked is because I faced a similar problem and I couldn't find anywhere what specifications an email address has to meet in order to be valid. From what I thought a valid email address should be I came up with this: /(\w|-)+\@(\w|-)+(\.\w+)+/ Still though, I don't know exactly what constitutes a valid email address.
|