Standard SetsStandard Sets
Sets U.S. States

Washington

Washington

fullName

Variations

postalCode

WA

apStyle

Wash.

gpoStyle

Wash.

Transformations1

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

WashingtonWA

getItemVariation('Washington', VariationKey.POSTAL_CODE)

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

WAWashington

getItemVariation('WA', VariationKey.FULL_NAME)

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

WAWash.

getItemVariation('WA', VariationKey.AP_STYLE)

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

WAWash.

getItemVariation('WA', VariationKey.GPO_STYLE)

by Ryan Hefner