Remove everything except characters between '<' & '>,' in Vim — extract email addresses from Gmail “To” field
I have a comma-delimited list of email addresses with each actual address prepended by the contact's name (from Gmail). Here's an example: Fred Flintstone <fred@flintstone.org>, Wilma Flintstone <wilma@flintstone.org>, Barney Rubble <barney@rubble.org>, Bamm-Bamm Rubble <bammbamm@rubble.org>, converts to: fred@flintstone.org, wilma@flintstone.org, barney@rubble.org, bammbamm@rubble.org, Background info: I am trying to paste the list of contacts into a webex invite, which can only accept email addresses. Remove everything except regex match in Vim is related, but all the email addresses are on