regexChinaPostalCode constant
String
const regexChinaPostalCode
Postal code regex for China.
Implementation
static const String regexChinaPostalCode = "[1-9]\\d{5}(?!\\d)";
Postal code regex for China.
static const String regexChinaPostalCode = "[1-9]\\d{5}(?!\\d)";