Hi
I have this piece of code (below) on many pages, but on each page the AB11CD and Template are different values -
<a href=" target="multimap">
Map Here:</a>
I want to be able to find and replace it with nothing, ie. remove it
I thought I read once that the *.* is used for various code, used with Regular Expression,
but I can't get it to work?
I'm searching for -
<a href= target="multimap">
Map Here:</a>
and replacing with nothing to delete it.
Any pointer to where I'm going wrong would be very much appreciated.
Many thanks
Happy.
I have this piece of code (below) on many pages, but on each page the AB11CD and Template are different values -
<a href=" target="multimap">
Map Here:</a>
I want to be able to find and replace it with nothing, ie. remove it
I thought I read once that the *.* is used for various code, used with Regular Expression,
but I can't get it to work?
I'm searching for -
<a href= target="multimap">
Map Here:</a>
and replacing with nothing to delete it.
Any pointer to where I'm going wrong would be very much appreciated.
Many thanks
Happy.