Standard SetsStandard Sets
Sets U.S. States

Rhode Island

Rhode Island

fullName

Variations

postalCode

RI

apStyle

R.I.

gpoStyle

R.I.

Transformations1

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

Rhode IslandRI

getItemVariation('Rhode Island', VariationKey.POSTAL_CODE)

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

RIRhode Island

getItemVariation('RI', VariationKey.FULL_NAME)

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

RIR.I.

getItemVariation('RI', VariationKey.AP_STYLE)

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

RIR.I.

getItemVariation('RI', VariationKey.GPO_STYLE)

by Ryan Hefner