Standard SetsStandard Sets
Sets Countries

Egypt

Egypt

countryName

Variations

officialStateName

The Arab Republic of Egypt

twoLetterCode

EG

threeLetterCode

EGY

numericCode

818

ccTLD

.eg

Transformations1

Convert Country name to official state name

EgyptThe Arab Republic of Egypt

getItemVariation('Egypt', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Arab Republic of EgyptEgypt

getItemVariation('The Arab Republic of Egypt', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The Arab Republic of EgyptEG

getItemVariation('The Arab Republic of Egypt', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The Arab Republic of EgyptEGY

getItemVariation('The Arab Republic of Egypt', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner