Standard SetsStandard Sets
Sets U.S. States

Montana

Montana

fullName

Variations

postalCode

MT

apStyle

Mont.

gpoStyle

Mont.

Transformations1

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

MontanaMT

getItemVariation('Montana', VariationKey.POSTAL_CODE)

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

MTMontana

getItemVariation('MT', VariationKey.FULL_NAME)

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

MTMont.

getItemVariation('MT', VariationKey.AP_STYLE)

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

MTMont.

getItemVariation('MT', VariationKey.GPO_STYLE)

by Ryan Hefner