Standard SetsStandard Sets
Sets U.S. States

New Hampshire

New Hampshire

fullName

Variations

postalCode

NH

apStyle

N.H.

gpoStyle

N.H.

Transformations1

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

New HampshireNH

getItemVariation('New Hampshire', VariationKey.POSTAL_CODE)

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

NHNew Hampshire

getItemVariation('NH', VariationKey.FULL_NAME)

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

NHN.H.

getItemVariation('NH', VariationKey.AP_STYLE)

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

NHN.H.

getItemVariation('NH', VariationKey.GPO_STYLE)

by Ryan Hefner