Standard SetsStandard Sets
Sets U.S. States

Utah

Utah

fullName

Variations

postalCode

UT

apStyle

Utah

gpoStyle

Utah

Transformations1

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

UtahUT

getItemVariation('Utah', VariationKey.POSTAL_CODE)

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

UTUtah

getItemVariation('UT', VariationKey.FULL_NAME)

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

UTUtah

getItemVariation('UT', VariationKey.AP_STYLE)

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

UTUtah

getItemVariation('UT', VariationKey.GPO_STYLE)

by Ryan Hefner