I'm using the pattern:
var pattern = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
So when I submit/send an email to myself from my contact form to test out a bunch of different email combinations, everything has worked except for:
[email protected] && [email protected]
I'm not entirely sure why those two aren't being included, but I'd appreciate any assistance.