sbool isValidEmailAddress_simple(S s) { ret l(s) <= 254 && regexpMatches("^\\S+@\\S+(\\.[^\\.\\s]+)+$", s); }