X
X
xmc122019-10-28 19:54:49
Notepad++
xmc12, 2019-10-28 19:54:49

Delete line after repeated character?

There is a format log:
(19, 'Franklin_Way' , 'eeef1c55b6e6f7c42584a91443682c6a' , '78.60.7.251' , '78.60.7.251' ,
You need to delete everything after the third comma, including the comma.
It should look like this:
(19, 'Franklin_Way' , ' eeef1c55b6e6f7c42584a91443682c6a'

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dodo512, 2019-10-28
@xmc12

Find: (?-s)^(.*?,.*?,.*?),.*
Replace: $1

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question