Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    someone help me with this

    Help wanted · · · – – – · · ·
    2
    3
    238
    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 Magla
      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 Kilborn 1 Reply Last reply Reply Quote 0
      • Alan Kilborn
        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 Kilborn
          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
          • First post
            Last post
          Copyright © 2014 NodeBB Forums | Contributors