Standard SetsStandard Sets
Sets U.S. States

Vermont

Vermont

fullName

Variations

postalCode

VT

apStyle

Vt.

gpoStyle

Vt.

Transformations1

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

VermontVT

getItemVariation('Vermont', VariationKey.POSTAL_CODE)

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

VTVermont

getItemVariation('VT', VariationKey.FULL_NAME)

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

VTVt.

getItemVariation('VT', VariationKey.AP_STYLE)

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

VTVt.

getItemVariation('VT', VariationKey.GPO_STYLE)

by Ryan Hefner