It does not work, i think it is because some of my meta tags are structured like this
<meta name="keywords" content="<!--#include virtual="/includes/filename.html"-->">
basically i want to completely replace this entire tag with something else
sometimes they are structured like this
<meta name="keywords" content="<!--#include virtual="/includes/filename.html"-->"/>
the combination i tried similar to what you posted actually changed it correctly, but replaced everything after it too...
|