Standard SetsStandard Sets
Sets U.S. States

Nebraska

Nebraska

fullName

Variations

postalCode

NE

apStyle

Neb.

gpoStyle

Nebr.

Transformations1

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

NebraskaNE

getItemVariation('Nebraska', VariationKey.POSTAL_CODE)

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

NENebraska

getItemVariation('NE', VariationKey.FULL_NAME)

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

NENeb.

getItemVariation('NE', VariationKey.AP_STYLE)

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

NENebr.

getItemVariation('NE', VariationKey.GPO_STYLE)

by Ryan Hefner