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