Nebraska
fullNameVariations
postalCodeNE
apStyleNeb.
gpoStyleNebr.
Transformations1
Convert U.S. State full name to two-letter postal code
Nebraska → NE
getItemVariation('Nebraska', VariationKey.POSTAL_CODE)Convert U.S. State two-letter postal code to full name
NE → Nebraska
getItemVariation('NE', VariationKey.FULL_NAME)Convert U.S. State two-letter postal code to AP Style format
NE → Neb.
getItemVariation('NE', VariationKey.AP_STYLE)Convert U.S. State two-letter postal code to GPO Style format
NE → Nebr.
getItemVariation('NE', VariationKey.GPO_STYLE)by Ryan Hefner