Standard SetsStandard Sets
Sets U.S. States

Minnesota

Minnesota

fullName

Variations

postalCode

MN

apStyle

Minn.

gpoStyle

Minn.

Transformations1

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

MinnesotaMN

getItemVariation('Minnesota', VariationKey.POSTAL_CODE)

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

MNMinnesota

getItemVariation('MN', VariationKey.FULL_NAME)

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

MNMinn.

getItemVariation('MN', VariationKey.AP_STYLE)

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

MNMinn.

getItemVariation('MN', VariationKey.GPO_STYLE)

by Ryan Hefner