Standard SetsStandard Sets
Sets U.S. States

Oregon

Oregon

fullName

Variations

postalCode

OR

apStyle

Ore.

gpoStyle

Ore.

Transformations1

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

OregonOR

getItemVariation('Oregon', VariationKey.POSTAL_CODE)

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

OROregon

getItemVariation('OR', VariationKey.FULL_NAME)

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

OROre.

getItemVariation('OR', VariationKey.AP_STYLE)

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

OROre.

getItemVariation('OR', VariationKey.GPO_STYLE)

by Ryan Hefner