Most of us use RegEx to validate simple data such as phone numbers of email addresses, but what expression do you choose?
Nothing's quite as good as opening an SMTP outbound connection and starting a session to validate an email address, but this operation is costly for most data entry scenarios, so I've found this RegEx (wh...
[More]