The CountryFinder filters text for country names and country codes and translates the opposite.
The CountryFinder Tool uses the the ISO 3166-1 Alpha 3 country codes (npm package).
Download the policytracker-tools dist. folder and open index.html.
Alternatively, clone this repository and execute fhe following commands:
npm install
npm run serve
npm run build
npmrun lint
Enter any text that contains country names to the first text box. The application automatically searches for any country names included and displays them in the second text box. Country codes in the second field do not contain duplicates.
Enter any text that contains country codes to the second text box. The application automatically search for any country codes and displays them in the second field. Country names in the second field do not contain duplicates.
Tip: If the list of countries contains a lot of false positives, check for case sensitive spelling.