Page 1 of 1
Find and replace string
Posted: Mon Jul 25, 2011 11:23 am
by c a g a t a y
I wanna find an unregular string like;
<script type="text/javascript" src="………. </script>
and change it;
<null>
How can I
Any idea?
Regards
Re: Find and replace string
Posted: Mon Jul 25, 2011 2:23 pm
by c a g a t a y
<script type="text/javascript" src="xxxxxx </script>
xxxx changes in every file
Re: Find and replace string
Posted: Mon Jul 25, 2011 4:47 pm
by Me & Myself
you can try this:
<script.*</script>
for complex scripts you can try to set "dot matches newline"
Re: Find and replace string
Posted: Thu Jul 28, 2011 1:11 pm
by c a g a t a y
Nothing found
