Standard SetsStandard Sets
Sets U.S. States

West Virginia

West Virginia

fullName

Variations

postalCode

WV

apStyle

W.Va.

gpoStyle

W. Va.

Transformations1

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

West VirginiaWV

getItemVariation('West Virginia', VariationKey.POSTAL_CODE)

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

WVWest Virginia

getItemVariation('WV', VariationKey.FULL_NAME)

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

WVW.Va.

getItemVariation('WV', VariationKey.AP_STYLE)

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

WVW. Va.

getItemVariation('WV', VariationKey.GPO_STYLE)

by Ryan Hefner