import re s = 'Una nota de csev@umich.edu a cwen@iupui.edu sobre una reuniĆ³n @ 2PM' lst = re.findall(r'\S+@\S+', s) print(lst)