What is PIN code of Araria?
854311
854312
Araria/Zip codes
How do I validate a PIN number?
How to validate pin code of India using Regular Expression
- It can be only six digits.
- It should not start with zero.
- First digit of the pin code must be from 1 to 9.
- Next five digits of the pin code may range from 0 to 9.
- It should allow only one white space, but after three digits, although this is optional.
What is postal code of forbesganj?
854318
Forbesganj/Zip codes
What is the pin code of Raniganj West Bengal?
713323
713339713347713358713383
Raniganj/Zip codes
What is PIN code of Madhepura?
852113
Madhepura/Zip codes
How can I validate my Indian pincode?
- ^[1-9]{1} – PIN Code that starts with digits 1-9.
- [0-9]{2} – Next two digits may range from 0-9.
- \s{0,1} – Space that can occur once or never.
- [0-9]{3}$ – Last 3 needs to be digits ranging from 0-9.
How does pin code work?
PIN structure The first digit of a PIN indicates the zone, the second indicates the sub-zone, and the third, combined with the first two, indicates the sorting district within that zone. The final three digits are assigned to individual post offices within the sorting district.
Which district is Raniganj?
Raniganj | |
---|---|
Country | India |
State | West Bengal |
District | Paschim Bardhaman |
City | Asansol |
What is the pin code of Banka Bihar?
813102
Banka/Zip codes
What is a 6 digit PIN code?
Postal Index Number (PIN) or PIN Code is a 6 digit code of Post Office numbering used by India Post. The first digit indicates one of the regions. The second digit indicates the sub region or one of the postal circles (States). The third digit indicates a sorting / revenue district.
How do I verify a US zip code?
US ZIP code (U.S. postal code) allow both the five-digit and nine-digit (called ZIP + 4) formats. E.g. a valid postal code should match 12345 and 12345-6789, but not 1234, 123456, 123456789, or 1234-56789. ^ # Assert position at the beginning of the string. [0-9]{5} # Match a digit, exactly five times.