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