Localization
All rules in this page can be applies to string
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"); // truePostal code (Comming soon)
Validates the input is a valid postal code in the People's Republic of China.
v.val("201200", "is postal"); // trueLast updated
Was this helpful?