Skip to content

Instantly share code, notes, and snippets.

@jhonsore
Created June 10, 2020 12:16
Show Gist options
  • Select an option

  • Save jhonsore/0e6555cf68f0605fac28232d12c0e146 to your computer and use it in GitHub Desktop.

Select an option

Save jhonsore/0e6555cf68f0605fac28232d12c0e146 to your computer and use it in GitHub Desktop.
function validaEmail (email){
return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment