someone help me with this
-
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 -
find:
(?-s)^.+?:(.+?):.+?:(.+?):.+
repl:${1}:${2}
mode: regular expression -
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!
-