Standard SetsStandard Sets
Sets U.S. States

Virginia

Virginia

fullName

Variations

postalCode

VA

apStyle

Va.

gpoStyle

Va.

Transformations1

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

VirginiaVA

getItemVariation('Virginia', VariationKey.POSTAL_CODE)

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

VAVirginia

getItemVariation('VA', VariationKey.FULL_NAME)

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

VAVa.

getItemVariation('VA', VariationKey.AP_STYLE)

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

VAVa.

getItemVariation('VA', VariationKey.GPO_STYLE)

by Ryan Hefner