“\@“@example.com
The worst regex would be:
/^[a-zA-Z0-9\-_]+@[a-zA-Z0-9\-_]+\.[a-zA-Z0-9\-_]+$/
Many websites use such a regex :(