I need a regex to match pattern from web page. I want to extract all name and email addresses. Text is in a HTML table like:
Name <[email protected]>
Update
Name 1 <[email protected]>
Name 2 <[email protected]>
Name 3 <[email protected]>
Like this.
Thanks, Uday