regexChinaPostalCode constant

String const regexChinaPostalCode

Regex of postal code in China.

Implementation

static const String regexChinaPostalCode = "[1-9]\\d{5}(?!\\d)";