Find and replace string

Tool for Search and Replace across multiple files.
User avatar
c a g a t a y

Find and replace string

Post 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
User avatar
c a g a t a y

Re: Find and replace string

Post by c a g a t a y »

<script type="text/javascript" src="xxxxxx </script>

xxxx changes in every file
User avatar
Me & Myself

Re: Find and replace string

Post by Me & Myself »

you can try this:
<script.*</script>
for complex scripts you can try to set "dot matches newline"
User avatar
c a g a t a y

Re: Find and replace string

Post by c a g a t a y »

Nothing found :(
Post Reply