02-21-2008, 02:32 AM
|
#2 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 1,587
Thanks: 72
|
I think we had a discussion similar to this before, and the conclusion was that we as programmers should not be using any advanced regex to check the syntax of an email address. After all, email validation would weed out any invalid emails, and then a crontab would come along and clear out any inactive accounts.
However, we should definitely by using a simple regex for checking the very simple structure of any given email address. Such as like:
This will prevent people from clearly not entering a valid email address - often by mistake.
Furthermore, being as sure as possible that an email address is valid would be somewhat slow, and that is surely not a favourable sacrifice. After all, email address structures can be very complicated.
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|