I recently picked up some old school notes about regular expression. Here is the one to validate the E-maill address format. \w+([-+.’]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)* It is tested under Perl, PHP and ASP. And it works just fine. Cheers
I recently picked up some old school notes about regular expression. Here is the one to validate the E-maill address format. \w+([-+.’]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)* It is tested under Perl, PHP and ASP. And it works just fine. Cheers