regexChinaPostalCode property

String regexChinaPostalCode
final

Regex of postal code in China.

Implementation

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