摘要: import org.apache.commons.lang3.StringUtils; import java.util.regex.Pattern; public class RegexUtil { // 正则表达式: 验证手机号 public static final String REGEX_MOBILE = "^((13[0-9])|(14[5,7])|(15[0... 阅读全文
posted @ 2019-07-24 10:53 Mr_伍先生 阅读(1019) 评论(0) 推荐(0) 编辑