Standard SetsStandard Sets
Sets U.S. States

Florida

Florida

fullName

Variations

postalCode

FL

apStyle

Fla.

gpoStyle

Fla.

Transformations1

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

FloridaFL

getItemVariation('Florida', VariationKey.POSTAL_CODE)

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

FLFlorida

getItemVariation('FL', VariationKey.FULL_NAME)

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

FLFla.

getItemVariation('FL', VariationKey.AP_STYLE)

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

FLFla.

getItemVariation('FL', VariationKey.GPO_STYLE)

by Ryan Hefner