Standard SetsStandard Sets
Sets U.S. States

Kentucky

Kentucky

fullName

Variations

postalCode

KY

apStyle

Ky.

gpoStyle

Ky.

Transformations1

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

KentuckyKY

getItemVariation('Kentucky', VariationKey.POSTAL_CODE)

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

KYKentucky

getItemVariation('KY', VariationKey.FULL_NAME)

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

KYKy.

getItemVariation('KY', VariationKey.AP_STYLE)

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

KYKy.

getItemVariation('KY', VariationKey.GPO_STYLE)

by Ryan Hefner