Hi everybody,
I need your help for regex:
I want to extract email in webpage DOM, actually i use this regex that working fine :
[a-zA-Z0-9._%-]+\@[a-zA-Z0-9.-]+\.[a-zA-Z]+
But sometime there is in page source code this element :
[email protected] (it's css or something else but not...