Standard SetsStandard Sets
Sets U.S. States

Louisiana

Louisiana

fullName

Variations

postalCode

LA

apStyle

La.

gpoStyle

La.

Transformations1

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

LouisianaLA

getItemVariation('Louisiana', VariationKey.POSTAL_CODE)

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

LALouisiana

getItemVariation('LA', VariationKey.FULL_NAME)

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

LALa.

getItemVariation('LA', VariationKey.AP_STYLE)

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

LALa.

getItemVariation('LA', VariationKey.GPO_STYLE)

by Ryan Hefner