Standard SetsStandard Sets
Sets U.S. States

Georgia

Georgia

fullName

Variations

postalCode

GA

apStyle

Ga.

gpoStyle

Ga.

Transformations1

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

GeorgiaGA

getItemVariation('Georgia', VariationKey.POSTAL_CODE)

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

GAGeorgia

getItemVariation('GA', VariationKey.FULL_NAME)

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

GAGa.

getItemVariation('GA', VariationKey.AP_STYLE)

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

GAGa.

getItemVariation('GA', VariationKey.GPO_STYLE)

by Ryan Hefner