https://html.spec.whatwg.org/#email-state-(type=email)
/^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/
What kind of validation are you going to do without a regular expression?
Actual form validation… I can't even think of a single kind of form validation where a regex would help…