I have column with this strings:
['autre__renvoi_vers_un_mail', 'contact_type__email']
['contact_type__email', 'internal__shop', 'uk']
I need to get from the string ONLY the contact_type__* part (appears only once in each row)
contact_type__email
contact_type__email
Any suggestions?