android 如何用正则表达式表达163邮箱

大哥大姐们在线求帮请问一下,android 如何用正则表达式表达163邮箱
最新回答
魅影狂杀

2025-03-28 04:08:40

String reg="^([\\w\\_\\-]+)@163\\.[a-zA-Z]{2,10}$";
String str="";
str.matches(reg);