Connecticut
fullNameVariations
postalCodeCT
apStyleConn.
gpoStyleConn.
Transformations1
Convert U.S. State full name to two-letter postal code
Connecticut → CT
getItemVariation('Connecticut', VariationKey.POSTAL_CODE)Convert U.S. State two-letter postal code to full name
CT → Connecticut
getItemVariation('CT', VariationKey.FULL_NAME)Convert U.S. State two-letter postal code to AP Style format
CT → Conn.
getItemVariation('CT', VariationKey.AP_STYLE)Convert U.S. State two-letter postal code to GPO Style format
CT → Conn.
getItemVariation('CT', VariationKey.GPO_STYLE)by Ryan Hefner