Community
    • Login

    regex REPLACE Failure

    Scheduled Pinned Locked Moved General Discussion
    2 Posts 2 Posters 1.6k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Al ScotchA
      Al Scotch
      last edited by

      When trying this Regular Expression REPLACE “^20…” with “<td>&</td>” .
      That is, surround every occurrence of a line beginning with 20 and the following 2 characters with “<td>” and “</td>” ---- the result, does the “surround” but replaces every “20…” with the character “&” . It should not replace any of the “20…” simply surround them.

      This works, tho, in TEXTPAD.

      Notepad++ v6.3

      1 Reply Last reply Reply Quote 0
      • MAPJe71M
        MAPJe71
        last edited by

        Use $0 instead of &.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors