Community
    • Login

    replacement

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    3 Posts 2 Posters 235 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.
    • Си ДжейС
      Си Джей
      last edited by Си Джей

      good afternoon. how can i replace every second sleep expression with 3000? or every second line.Screenshot_5.jpg

      Alan KilbornA 1 Reply Last reply Reply Quote 0
      • Alan KilbornA
        Alan Kilborn @Си Джей
        last edited by

        @си-джей said in replacement:

        how can i replace every second sleep expression with 3000?

        You could try:

        find: (?s)(sleep 61000.*?sleep )61000
        repl: ${1}3000
        mode: regular expression

        Си ДжейС 1 Reply Last reply Reply Quote 1
        • Си ДжейС
          Си Джей @Alan Kilborn
          last edited by

          @alan-kilborn said in replacement:

          ${1}3000

          thank you

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