I need regex to extract names and email from forwarded email message, where part that I want to parse might look like this(It is possible that some cases are missing, but this would be enough for beginning):
<jill@example.com>, "''Steve Pierce''" <steve@example.com>, "Alex" <alex@example.com>, 'Chris Brown' <chris@example.com>, 'Peter Smith' <peter@example.com>, 'Andy McKay, Jr.' <andyjr@example.com>
Try this