SetsU.S. States

Florida

Florida

fullName

Variations

postalCode

FL

apStyle

Fla.

gpoStyle

Fla.

Transformations1

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

Florida → FL

getItemVariation('Florida', VariationKey.POSTAL_CODE)

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

FL → Florida

getItemVariation('FL', VariationKey.FULL_NAME)

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

FL → Fla.

getItemVariation('FL', VariationKey.AP_STYLE)

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

FL → Fla.

getItemVariation('FL', VariationKey.GPO_STYLE)