Hi,
I'm looking for regular expression that will filter out:
- javascript:
<script></script>
and everything that is in between - in between javascript also contains: iframe and hostads.cn url
Thanks. I plan to use that regexp in simple bash script that will remove part of the code from the files in the directory.