Standard SetsStandard Sets
Sets U.S. States

Delaware

Delaware

fullName

Variations

postalCode

DE

apStyle

Del.

gpoStyle

Del.

Transformations1

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

DelawareDE

getItemVariation('Delaware', VariationKey.POSTAL_CODE)

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

DEDelaware

getItemVariation('DE', VariationKey.FULL_NAME)

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

DEDel.

getItemVariation('DE', VariationKey.AP_STYLE)

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

DEDel.

getItemVariation('DE', VariationKey.GPO_STYLE)

by Ryan Hefner