regexIdCard15 property

String regexIdCard15
final

身份证号码的正则表达式,长度为15

Implementation

static final String regexIdCard15 =
    '^[1-9]\\d{7}((0\\d)|(1[0-2]))(([0|1|2]\\d)|3[0-1])\\d{3}\$';