Standard SetsStandard Sets
Sets U.S. States

Alabama

Alabama

fullName

Variations

postalCode

AL

apStyle

Ala.

gpoStyle

Ala.

Transformations1

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

AlabamaAL

getItemVariation('Alabama', VariationKey.POSTAL_CODE)

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

ALAlabama

getItemVariation('AL', VariationKey.FULL_NAME)

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

ALAla.

getItemVariation('AL', VariationKey.AP_STYLE)

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

ALAla.

getItemVariation('AL', VariationKey.GPO_STYLE)

by Ryan Hefner