Email Contacts Parser

This tool helps you to parse the names and emails from a string of contacts, for example, if you enter "John Doe <johndoe@example.com>", the tool will parse it into "Name: John Doe" and "Email: johndoe@example.com". You can separate your contacts with a comma (,), a semicolon (;), a colon (:), or a newline.





Name Email

How to use

  1. Enter your contacts into the input box, each contact in the format "Name <Email>".
  2. Click the "Parse" button.
  3. The names and emails will be displayed in the table below.