@Heidi It's an email address parser in regex, and it's wrong. There are domains where the TLD can be more than 4 characters, such as .exchange or .social
@TimWardCam @rallias @Heidi there's one in the RFC and it's huge. You're better of saying just a two item @ separated list, and the second item being at least 2 item . separated list
@ives @TimWardCam @rallias @Heidi true :) But unless you have very unusual users, simple list checks followed by the inevitable "click link in email" is *fine*
@falken @TimWardCam @rallias @Heidi Hate to say it, but there's no limit on the amount of @ characters in an email address.