regexChinaPostalCode constant
String
const regexChinaPostalCode
Regex of postal code in China.
Implementation
static const String regexChinaPostalCode = '[1-9]\\d{5}(?!\\d)';
Regex of postal code in China.
static const String regexChinaPostalCode = '[1-9]\\d{5}(?!\\d)';