regexChinaCardId property

String regexChinaCardId
getter/setter pair

中国身份号码

Implementation

static String regexChinaCardId = r"(\d{10})\d{7}([\dxX]{1})";