How to retrieve emails from html
-
Hello,
I would like to create a simple template to look for and retrieve all emails located on an webpage. I tried with xpath with no luck so far..
Thanks for the help.
-
-
@TravelGreg2 Here is regexp to retrieve email
(?:(?:[^<>()\[\]\\.,;:\s@"]+(?:\.[^<>()\[\]\\.,;:\s@"]+)*)|(?:".+"))@(?:(?:\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(?:(?:[a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))