Localization

GBcode

Validates the input is a valid Administrative division codes of the People's Republic of China , a.k.a. GBcode.

v.val("100101", "is gbcode"); // true

Postal code (Comming soon)

Validates the input is a valid postal code in the People's Republic of China.

v.val("201200", "is postal"); // true

Last updated

Was this helpful?