ZipCodePatterns
const ZipCodePatterns: object;
Regex patterns for ZIP codes.
Type declaration
Standard
readonly Standard: RegExp;
5-digit, or 9-digit ZIP code or ZIP+4 code.
StateAbbreviationWithZipCode
readonly StateAbbreviationWithZipCode: RegExp;
Two-letter state abbreviation followed by a 5-digit ZIP code or ZIP+4 code.