cobra
Registered Member
- Dec 6, 2007
- 82
- 76
I'm doning some amazon scraping, but the data I'm getting is not quite as clean as I wish. So I'd like to ask, if someone is skilled in using regular expressions. Basiclly I would like to extract the selected string (.*) EXCEPT the content of these html tags: <script>.*</script> and <div>.*</div>. I went through basic tutorials, but still haven't been able to come up with a regex that works.