2 specific replace difficulties
Posted: Mon Dec 20, 2004 4:18 pm
I am trying to remove each instance of :
addTocInfo("<varying string>")
where <varying string> might have any number of characters.
I have found some but not all of them.
In addition,
I would like to remove all scripts from an html page, i.e.
<script>.*</script>
but I would like to do so even if it spans multiple lines
Thanks in advance.
addTocInfo("<varying string>")
where <varying string> might have any number of characters.
I have found some but not all of them.
In addition,
I would like to remove all scripts from an html page, i.e.
<script>.*</script>
but I would like to do so even if it spans multiple lines
Thanks in advance.