regexChinaMobile property

String regexChinaMobile
getter/setter pair

中国移动电话号码

Implementation

static String regexChinaMobile = r"(\d{3})\d{4}(\d{4})";