正则表达String reg="(\w[-._\w]*\w@\w[-._\w]*\w\.\w{2,3})";
if(string.matches(reg))
  ....
匹配
[email protected][email protected]不匹配
aa@bb ,[email protected]