Standard SetsStandard Sets
Sets U.S. States

South Dakota

South Dakota

fullName

Variations

postalCode

SD

apStyle

S.D.

gpoStyle

S. Dak.

Transformations1

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

South DakotaSD

getItemVariation('South Dakota', VariationKey.POSTAL_CODE)

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

SDSouth Dakota

getItemVariation('SD', VariationKey.FULL_NAME)

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

SDS.D.

getItemVariation('SD', VariationKey.AP_STYLE)

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

SDS. Dak.

getItemVariation('SD', VariationKey.GPO_STYLE)

by Ryan Hefner