经常使用正则表达式集合及工具类

public final class RegexConstants { /** * 正则:手机号(简单) */ public static final String REGEX_MOBILE_SIMPLE = "^[1]\\d{10}$"; /** * 正则:手机号(精确) * <p>移动:134(0-8)、13五、13六、13七、13八、13九、14七、150、15一、15二、
相关文章
相关标签/搜索