Massachusetts
fullNameVariations
postalCodeMA
apStyleMass.
gpoStyleMass.
Transformations1
Convert U.S. State full name to two-letter postal code
Massachusetts → MA
getItemVariation('Massachusetts', VariationKey.POSTAL_CODE)Convert U.S. State two-letter postal code to full name
MA → Massachusetts
getItemVariation('MA', VariationKey.FULL_NAME)Convert U.S. State two-letter postal code to AP Style format
MA → Mass.
getItemVariation('MA', VariationKey.AP_STYLE)Convert U.S. State two-letter postal code to GPO Style format
MA → Mass.
getItemVariation('MA', VariationKey.GPO_STYLE)by Ryan Hefner