Database

[{"iso_code":"AFG","country":"Afghanistan"},{"iso_code":"OWID_1234","country":"Africa"}]

Query

db.collection.aggregate([{"$match":{$expr:{$eq:[3,{"$strLenCP":"$iso_code"}]}}},{$group:{_id:"$country"}}])

Result