經常使用正則表達式集合及工具類

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二、
相關文章
相關標籤/搜索