Hi,

I am trying to remove the / slash from the meta tags. Using Grep search I am able to find all the meta tags:
<meta name=".+" content=".+" />

However, the problem is, how do I maintain all the text and only remove the slash? If I put this <meta name=".+" content=".+"> in the replace column then that is what I get.

Thanks for any help.