Universal HTML <input type="email"... requirement pattern
This regex is a universal pattern used for the HTML input tag with type="email".
Dont use type="email" as the pattern does not work with it.
For the pattern to work correctly, use type="text" with inputmode="email" if you want to display the desired keyboard on mobile screens.
Submitted by kiko - 10 hours ago