| |
VALIDATE-EMAIL-ADDRESS.JS
Verifies that a string looks like a real email address.
It may return false for some valid exotic email addresses.
To correct this you may want to edit the
valid_chars string in the Validate_String
function.
see also :
validate-string.php,
verify-email-address.php,
email.php
|
|
|
|