Milor123
Newbie
- Dec 6, 2017
- 11
- 0
Hi Again!!!! @loopline, I've bought the scrapebox (really was bought by a friend hahah but i work with his proyect). now I want extract mails from some urls.
I've used this expression
All work nice, but the problem is that captured things like this: "le me at</p>"
Note: when I've tested the regular expression in regex101 (online tester), all work nice, i dont understand about why scrapebox save tags and other things in the results
See this example:
I have question: in the CONFIGURE MASK >> The extracted data MUST NOT contain...
what is it? how should use it? with regex? one word? word separate by comma?
I would like exclude thing like this: ">, <, : "
Thank you very much
I've used this expression
Code:
[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}
Note: when I've tested the regular expression in regex101 (online tester), all work nice, i dont understand about why scrapebox save tags and other things in the results
See this example:
[email protected]
[email protected]
[email protected]
le me at</p>
<p>
user = <a h
:[email protected]
e-field-blog_subs
[email protected]
I have question: in the CONFIGURE MASK >> The extracted data MUST NOT contain...
what is it? how should use it? with regex? one word? word separate by comma?
I would like exclude thing like this: ">, <, : "
Thank you very much
Last edited: