Standard SetsStandard Sets
Sets U.S. States

Arizona

Arizona

fullName

Variations

postalCode

AZ

apStyle

Ariz.

gpoStyle

Ariz.

Transformations1

Convert U.S. State full name to two-letter postal code

ArizonaAZ

getItemVariation('Arizona', VariationKey.POSTAL_CODE)

Convert U.S. State two-letter postal code to full name

AZArizona

getItemVariation('AZ', VariationKey.FULL_NAME)

Convert U.S. State two-letter postal code to AP Style format

AZAriz.

getItemVariation('AZ', VariationKey.AP_STYLE)

Convert U.S. State two-letter postal code to GPO Style format

AZAriz.

getItemVariation('AZ', VariationKey.GPO_STYLE)

by Ryan Hefner