Quote:
Originally Posted by nfotiu
If the meta tag is always one line, and the only thing on the line, this would work:
<meta[^$]*>$
Or maybe alter a little to account for leading or trailing white space.
|
This works better than mine. Change to
<meta[^$]*[^/]>$
If you don't want to catch valid meta tags.