SetsU.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 Virginia → WV

getItemVariation('West Virginia', VariationKey.POSTAL_CODE)

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

WV → West Virginia

getItemVariation('WV', VariationKey.FULL_NAME)

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

WV → W.Va.

getItemVariation('WV', VariationKey.AP_STYLE)

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

WV → W. Va.

getItemVariation('WV', VariationKey.GPO_STYLE)