Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #7017
    Pancho
    Member

    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

    #7018
    Yutaka Emura
    Keymaster

    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?

    #7019
    Pancho
    Member

    sorry,
    “Additional Lines to Search for Regular Expressions text box” was 0
    i did 50 and works fine !

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.