California
fullNameVariations
postalCodeCA
apStyleCalif.
gpoStyleCalif.
Transformations1
Convert U.S. State full name to two-letter postal code
California → CA
getItemVariation('California', VariationKey.POSTAL_CODE)Convert U.S. State two-letter postal code to full name
CA → California
getItemVariation('CA', VariationKey.FULL_NAME)Convert U.S. State two-letter postal code to AP Style format
CA → Calif.
getItemVariation('CA', VariationKey.AP_STYLE)Convert U.S. State two-letter postal code to GPO Style format
CA → Calif.
getItemVariation('CA', VariationKey.GPO_STYLE)by Ryan Hefner