Standard SetsStandard Sets
Sets U.S. States

New Jersey

New Jersey

fullName

Variations

postalCode

NJ

apStyle

N.J.

gpoStyle

N.J.

Transformations1

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

New JerseyNJ

getItemVariation('New Jersey', VariationKey.POSTAL_CODE)

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

NJNew Jersey

getItemVariation('NJ', VariationKey.FULL_NAME)

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

NJN.J.

getItemVariation('NJ', VariationKey.AP_STYLE)

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

NJN.J.

getItemVariation('NJ', VariationKey.GPO_STYLE)

by Ryan Hefner