Standard SetsStandard Sets
Sets U.S. States

Oklahoma

Oklahoma

fullName

Variations

postalCode

OK

apStyle

Okla.

gpoStyle

Okla.

Transformations1

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

OklahomaOK

getItemVariation('Oklahoma', VariationKey.POSTAL_CODE)

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

OKOklahoma

getItemVariation('OK', VariationKey.FULL_NAME)

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

OKOkla.

getItemVariation('OK', VariationKey.AP_STYLE)

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

OKOkla.

getItemVariation('OK', VariationKey.GPO_STYLE)

by Ryan Hefner