Standard SetsStandard Sets
Sets U.S. States

Hawaii

Hawaii

fullName

Variations

postalCode

HI

apStyle

Hawaii

gpoStyle

Hawaii

Transformations1

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

HawaiiHI

getItemVariation('Hawaii', VariationKey.POSTAL_CODE)

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

HIHawaii

getItemVariation('HI', VariationKey.FULL_NAME)

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

HIHawaii

getItemVariation('HI', VariationKey.AP_STYLE)

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

HIHawaii

getItemVariation('HI', VariationKey.GPO_STYLE)

by Ryan Hefner