Standard SetsStandard Sets
Sets Countries

Singapore

Singapore

countryName

Variations

officialStateName

The Republic of Singapore

twoLetterCode

SG

threeLetterCode

SGP

numericCode

702

ccTLD

.sg

Transformations1

Convert Country name to official state name

SingaporeThe Republic of Singapore

getItemVariation('Singapore', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Republic of SingaporeSingapore

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

Convert Country official state name to two-letter code

The Republic of SingaporeSG

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

Convert Country official state name to three-letter code

The Republic of SingaporeSGP

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

by Ryan Hefner