regexIdCard18 property

String regexIdCard18
final

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

Implementation

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