Pancho wrote:
i write macro: strip html tags
how to replace this text without change
Tools->Customize->Search and set more than 3 lines in “Additional lines to search with Regex”:
<style type="text/css" media="screen">
@import "http://site.com";
</style>
I try “<(script|style)(rn|.)+?” – this not work (
thanks
Mmm. It works on my machine with that exact regular expression. What is the issue exactly?