Standard SetsStandard Sets
Sets Countries

Peru

Peru

countryName

Variations

officialStateName

The Republic of Peru

twoLetterCode

PE

threeLetterCode

PER

numericCode

604

ccTLD

.pe

Transformations1

Convert Country name to official state name

PeruThe Republic of Peru

getItemVariation('Peru', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Republic of PeruPeru

getItemVariation('The Republic of Peru', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The Republic of PeruPE

getItemVariation('The Republic of Peru', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The Republic of PeruPER

getItemVariation('The Republic of Peru', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner