Standard SetsStandard Sets
Sets U.S. States

Texas

Texas

fullName

Variations

postalCode

TX

apStyle

Texas

gpoStyle

Tex.

Transformations1

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

TexasTX

getItemVariation('Texas', VariationKey.POSTAL_CODE)

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

TXTexas

getItemVariation('TX', VariationKey.FULL_NAME)

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

TXTexas

getItemVariation('TX', VariationKey.AP_STYLE)

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

TXTex.

getItemVariation('TX', VariationKey.GPO_STYLE)

by Ryan Hefner