Standard SetsStandard Sets
Sets U.S. States

Kansas

Kansas

fullName

Variations

postalCode

KS

apStyle

Kan.

gpoStyle

Kans.

Transformations1

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

KansasKS

getItemVariation('Kansas', VariationKey.POSTAL_CODE)

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

KSKansas

getItemVariation('KS', VariationKey.FULL_NAME)

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

KSKan.

getItemVariation('KS', VariationKey.AP_STYLE)

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

KSKans.

getItemVariation('KS', VariationKey.GPO_STYLE)

by Ryan Hefner