Aug-30-2020, 07:46 PM
hi, I am trying to write code to extract emails from list
the list is as following
last name, first name<xx@x.com>; last name, first name<xx@x.com>...etc
I used split function to get rid of <> and ; and get list of names and emails
is there anyway to extract just the emails between <>.
Thanks in advnace
the list is as following
last name, first name<xx@x.com>; last name, first name<xx@x.com>...etc
I used split function to get rid of <> and ; and get list of names and emails
is there anyway to extract just the emails between <>.
Thanks in advnace