Standard SetsStandard Sets
Sets U.S. States

New Mexico

New Mexico

fullName

Variations

postalCode

NM

apStyle

N.M.

gpoStyle

N. Mex.

Transformations1

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

New MexicoNM

getItemVariation('New Mexico', VariationKey.POSTAL_CODE)

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

NMNew Mexico

getItemVariation('NM', VariationKey.FULL_NAME)

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

NMN.M.

getItemVariation('NM', VariationKey.AP_STYLE)

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

NMN. Mex.

getItemVariation('NM', VariationKey.GPO_STYLE)

by Ryan Hefner