Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- March 4, 2009 at 7:50 am #7017PanchoMember
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
March 4, 2009 at 5:10 pm #7018Yutaka EmuraKeymasterPancho 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?
March 4, 2009 at 5:46 pm #7019PanchoMembersorry,
“Additional Lines to Search for Regular Expressions text box” was 0
i did 50 and works fine ! - AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.