Some HTML5 input elements accept the pattern attribute, which is a regex for form validation. Some other HTML5 input elements, such as, input type=email
pattern
input type=email
this works for me: pattern="[^@]+@[^@]+.[a-zA-Z]{2,6}"