摘要: public class RegexDemo { public static void main(String[] args) { // 定义一个邮箱 String a = "1563435@qq.com"; // 使用正则表达式判断 boolean matches = a.matches("[A- 阅读全文
posted @ 2019-03-20 08:28 若久 阅读(5741) 评论(0) 推荐(0) 编辑