Texas
fullNameVariations
postalCodeTX
apStyleTexas
gpoStyleTex.
Transformations1
Convert U.S. State full name to two-letter postal code
Texas → TX
getItemVariation('Texas', VariationKey.POSTAL_CODE)Convert U.S. State two-letter postal code to full name
TX → Texas
getItemVariation('TX', VariationKey.FULL_NAME)Convert U.S. State two-letter postal code to AP Style format
TX → Texas
getItemVariation('TX', VariationKey.AP_STYLE)Convert U.S. State two-letter postal code to GPO Style format
TX → Tex.
getItemVariation('TX', VariationKey.GPO_STYLE)by Ryan Hefner