Maryland
fullNameVariations
postalCodeMD
apStyleMd.
gpoStyleMd.
Transformations1
Convert U.S. State full name to two-letter postal code
Maryland → MD
getItemVariation('Maryland', VariationKey.POSTAL_CODE)Convert U.S. State two-letter postal code to full name
MD → Maryland
getItemVariation('MD', VariationKey.FULL_NAME)Convert U.S. State two-letter postal code to AP Style format
MD → Md.
getItemVariation('MD', VariationKey.AP_STYLE)Convert U.S. State two-letter postal code to GPO Style format
MD → Md.
getItemVariation('MD', VariationKey.GPO_STYLE)by Ryan Hefner