Conversation

It makes no sense to use a regex though, because you can use a type=email input in a web page and check it with the library you use to send emails before saving it. Proper input field and `new InternetAddress(email).validate();` is all that attestation.app does with it.
1
1
Modern browsers have nice support for form validity checking. Can provide the same UI for your custom client-side or server-side checks. Don't really understand why everything is so over-engineered and broken instead. Guess people are paid by lines of code written or something.
1