F
F
fOstere2021-01-26 01:40:01
Regular Expressions
fOstere, 2021-01-26 01:40:01

What regular expressions to use notepad with columns?

Hello, please help.

There are lines of code "test" "50:abcdtfkjhg" "ixcvixi"

Several thousand lines and all are unique

How to massively add text between the second and third tables?

Example
BEFORE "te123st" "50:abcdtfkjhg" "ixcvixi"
AFTER"te123st" "50:abcdtfkjhg" "dobavil11" //"ixcvixi"

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dodo512, 2021-01-26
@fOstere

Find: ^(?:"\S+" ){2}
Replace: $0"dobavil11" //
https://regex101.com/r/imtQht/1

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question