Viewing 1 post (of 1 total)
  • Author
    Posts
  • #10845
    Serg525
    Member

    You can delete all java-script tags in the HTML file:

    Just use one of these regular expressions:

    ]*>.*
    or
    .*?
    or
    or
    ]+)?>(.*)
    ——————–

    The best choice is:

    Don’t forget to check: (X)regular expression
    ———————

    For it could work in the multi-line file do the next:

    Check “Regular Expressions Can Match New Line Characters” (in the options menu “Customize Tab->Search”)

    And input 20000 lines (for example) for “Additional Lines to Search for Regular Expressions”

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.