Standard SetsStandard Sets
Sets U.S. States

South Carolina

South Carolina

fullName

Variations

postalCode

SC

apStyle

S.C.

gpoStyle

S.C.

Transformations1

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

South CarolinaSC

getItemVariation('South Carolina', VariationKey.POSTAL_CODE)

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

SCSouth Carolina

getItemVariation('SC', VariationKey.FULL_NAME)

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

SCS.C.

getItemVariation('SC', VariationKey.AP_STYLE)

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

SCS.C.

getItemVariation('SC', VariationKey.GPO_STYLE)

by Ryan Hefner