Python Forum
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
help
#1
hi, I am trying to write code to extract emails from list
the list is as following
last name, first name<[email protected]>; last name, first name<[email protected]>...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
Reply
#2
Yes.
Show us what you have done so far and where you are stuck
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020