Standard SetsStandard Sets
Sets U.S. States

Arkansas

Arkansas

fullName

Variations

postalCode

AR

apStyle

Ark.

gpoStyle

Ark.

Transformations1

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

ArkansasAR

getItemVariation('Arkansas', VariationKey.POSTAL_CODE)

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

ARArkansas

getItemVariation('AR', VariationKey.FULL_NAME)

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

ARArk.

getItemVariation('AR', VariationKey.AP_STYLE)

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

ARArk.

getItemVariation('AR', VariationKey.GPO_STYLE)

by Ryan Hefner