Standard SetsStandard Sets
Sets U.S. States

Maine

Maine

fullName

Variations

postalCode

ME

apStyle

Maine

gpoStyle

Maine

Transformations1

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

MaineME

getItemVariation('Maine', VariationKey.POSTAL_CODE)

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

MEMaine

getItemVariation('ME', VariationKey.FULL_NAME)

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

MEMaine

getItemVariation('ME', VariationKey.AP_STYLE)

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

MEMaine

getItemVariation('ME', VariationKey.GPO_STYLE)

by Ryan Hefner