parse_country

Parses a country code into its full name.

Example

1
{{ 'SE' | parse_country }} => Sweden

Input

Type Parameter Description Required
string input The country code to parse. Comes before the | sign. Required

Output

Type Description
string The full name of the country