email parsing automation

Email Parser

Extract data from emails and automate your workflow

The forum is now read only. Please, go to the the main Email Parser website if you need help.
Need help configuring the program? Have any questions regarding its use?
I have just started testing. The parser provides an email address that looks like this:
"Paul Shoemaker" <paul@clouddigital.com>

I would like it to be only this:
paul@clouddigital.com

Can I do that?
You can accomplish that with this fancy regular expression:

[^<>\s]*@[^<>\s]*
Attachments
get_the_email_address_and_discard_the_rest.png
get_the_email_address_and_discard_the_rest.png (17.97KiB)Viewed 872 times