Localization

circle-check

GBcode

Validates the input is a valid Administrative division codes of the People's Republic of Chinaarrow-up-right , 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 Chinaarrow-up-right.

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

Last updated