I’m trying to make a html5 form that contains one email input, one check box input, and one submit input. I\'m trying to use the pattern attribute for the email input but I
The following regex pattern should work with most emails, including russian emails.
[^@]+@[^\.]+\..+