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

    You can delete all onclick=… onLoad=… with attributes.

    Just use one of these:

    (s+on(?:click|load)=(“|’)(.*?)(“|’))

    or

    (s+on(?:click|load)=(?:”[^”]+”)|(?:'[^’]+’))
    ——————

    ! Do not forget to uncheck “Match Case” in the window “Replace”

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