Standard SetsStandard Sets
Sets U.S. States

Maryland

Maryland

fullName

Variations

postalCode

MD

apStyle

Md.

gpoStyle

Md.

Transformations1

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

MarylandMD

getItemVariation('Maryland', VariationKey.POSTAL_CODE)

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

MDMaryland

getItemVariation('MD', VariationKey.FULL_NAME)

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

MDMd.

getItemVariation('MD', VariationKey.AP_STYLE)

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

MDMd.

getItemVariation('MD', VariationKey.GPO_STYLE)

by Ryan Hefner