Standard SetsStandard Sets
Sets U.S. States

Nevada

Nevada

fullName

Variations

postalCode

NV

apStyle

Nev.

gpoStyle

Nev.

Transformations1

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

NevadaNV

getItemVariation('Nevada', VariationKey.POSTAL_CODE)

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

NVNevada

getItemVariation('NV', VariationKey.FULL_NAME)

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

NVNev.

getItemVariation('NV', VariationKey.AP_STYLE)

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

NVNev.

getItemVariation('NV', VariationKey.GPO_STYLE)

by Ryan Hefner