Standard SetsStandard Sets
Sets U.S. States

Illinois

Illinois

fullName

Variations

postalCode

IL

apStyle

Ill.

gpoStyle

Ill.

Transformations1

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

IllinoisIL

getItemVariation('Illinois', VariationKey.POSTAL_CODE)

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

ILIllinois

getItemVariation('IL', VariationKey.FULL_NAME)

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

ILIll.

getItemVariation('IL', VariationKey.AP_STYLE)

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

ILIll.

getItemVariation('IL', VariationKey.GPO_STYLE)

by Ryan Hefner