Community
    • Login

    how to delete everything after log in combo on multiple lines

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    3 Posts 2 Posters 174 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.
    • yY
      y
      last edited by

      ex.
      abc123@gmail.com:123456 abdefga bdefgab def gabd efg
      def456@gmail.com:789123 prtu dfpr tudfpr tudf prtudf

      to:

      abc123@gmail.com:123456
      def456@gmail.com:789123

      PeterJonesP 1 Reply Last reply Reply Quote 0
      • PeterJonesP
        PeterJones @y
        last edited by

        @y ,

        find = (?-s)\h.*
        replace = empty
        search mode = regular expression

        yY 1 Reply Last reply Reply Quote 1
        • yY
          y @PeterJones
          last edited by

          @PeterJones said in how to delete everything after log in combo on multiple lines:

          (?-s)\h.*

          thanks

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