Standard SetsStandard Sets
Sets U.S. States

Connecticut

Connecticut

fullName

Variations

postalCode

CT

apStyle

Conn.

gpoStyle

Conn.

Transformations1

Convert U.S. State full name to two-letter postal code

ConnecticutCT

getItemVariation('Connecticut', VariationKey.POSTAL_CODE)

Convert U.S. State two-letter postal code to full name

CTConnecticut

getItemVariation('CT', VariationKey.FULL_NAME)

Convert U.S. State two-letter postal code to AP Style format

CTConn.

getItemVariation('CT', VariationKey.AP_STYLE)

Convert U.S. State two-letter postal code to GPO Style format

CTConn.

getItemVariation('CT', VariationKey.GPO_STYLE)

by Ryan Hefner