Community
    • Login

    someone help me with this

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    3 Posts 2 Posters 548 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.
    • Wahlla MaglaW
      Wahlla Magla
      last edited by

      someone help me with this.
      say I have this:
      item:email:item:password:item:item:item:item:item:item:item:item:item
      I want it to be like this:
      email:password

      Alan KilbornA 1 Reply Last reply Reply Quote 0
      • Alan KilbornA
        Alan Kilborn @Wahlla Magla
        last edited by

        @wahlla-magla

        find: (?-s)^.+?:(.+?):.+?:(.+?):.+
        repl: ${1}:${2}
        mode: regular expression

        1 Reply Last reply Reply Quote 0
        • Alan KilbornA
          Alan Kilborn
          last edited by

          Looking through your previous postings, that’s about the end of the “freebies” you’re getting. Time to start doing some learning, so that you can solve your own problems! See HERE for a good starting point!

          1 Reply Last reply Reply Quote 0
          • Alan KilbornA Alan Kilborn referenced this topic on
          • First post
            Last post
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors