Arizona
fullNameVariations
postalCodeAZ
apStyleAriz.
gpoStyleAriz.
Transformations1
Convert U.S. State full name to two-letter postal code
Arizona → AZ
getItemVariation('Arizona', VariationKey.POSTAL_CODE)Convert U.S. State two-letter postal code to full name
AZ → Arizona
getItemVariation('AZ', VariationKey.FULL_NAME)Convert U.S. State two-letter postal code to AP Style format
AZ → Ariz.
getItemVariation('AZ', VariationKey.AP_STYLE)Convert U.S. State two-letter postal code to GPO Style format
AZ → Ariz.
getItemVariation('AZ', VariationKey.GPO_STYLE)by Ryan Hefner