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.

VALIDATE-EMAIL-ADDRESS.JS