Standard SetsStandard Sets
Sets U.S. States

Iowa

Iowa

fullName

Variations

postalCode

IA

apStyle

Iowa

gpoStyle

Iowa

Transformations1

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

IowaIA

getItemVariation('Iowa', VariationKey.POSTAL_CODE)

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

IAIowa

getItemVariation('IA', VariationKey.FULL_NAME)

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

IAIowa

getItemVariation('IA', VariationKey.AP_STYLE)

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

IAIowa

getItemVariation('IA', VariationKey.GPO_STYLE)

by Ryan Hefner