New Jersey
fullNameVariations
postalCodeNJ
apStyleN.J.
gpoStyleN.J.
Transformations1
Convert U.S. State full name to two-letter postal code
New Jersey → NJ
getItemVariation('New Jersey', VariationKey.POSTAL_CODE)Convert U.S. State two-letter postal code to full name
NJ → New Jersey
getItemVariation('NJ', VariationKey.FULL_NAME)Convert U.S. State two-letter postal code to AP Style format
NJ → N.J.
getItemVariation('NJ', VariationKey.AP_STYLE)Convert U.S. State two-letter postal code to GPO Style format
NJ → N.J.
getItemVariation('NJ', VariationKey.GPO_STYLE)by Ryan Hefner