REGEX_ID_CARD15 constant

String const REGEX_ID_CARD15

Regex of id card number which length is 15.

Implementation

static const String REGEX_ID_CARD15     =
    "^[1-9]\\d{7}((0\\d)|(1[0-2]))(([0|1|2]\\d)|3[0-1])\\d{3}\$";