Alabama
fullNameVariations
postalCodeAL
apStyleAla.
gpoStyleAla.
Transformations1
Convert U.S. State full name to two-letter postal code
Alabama → AL
getItemVariation('Alabama', VariationKey.POSTAL_CODE)Convert U.S. State two-letter postal code to full name
AL → Alabama
getItemVariation('AL', VariationKey.FULL_NAME)Convert U.S. State two-letter postal code to AP Style format
AL → Ala.
getItemVariation('AL', VariationKey.AP_STYLE)Convert U.S. State two-letter postal code to GPO Style format
AL → Ala.
getItemVariation('AL', VariationKey.GPO_STYLE)by Ryan Hefner