Creates a collection of the email addresses from the given string. Extracts email addresses by the template <symbols>@<symbols>.<symbols>
It may be useful for parsing ‘TO’ lines from emails to extract only email addresses, as TO line usually contains names among addresses (e.g. John Kowalski <jk@integroscrm.com>;)
inputs:
string – input string from which email addresses are needed
- Required: yes
outputs:
email Addresses – a collection of detected email addresses in the given string
Click to rate this post!
[Total: 0 Average: 0]