V
V
Vladislav Khusainov2019-04-10 17:42:51
Notepad++
Vladislav Khusainov, 2019-04-10 17:42:51

What regular expression to use to format the contact list?

Имя Фамилия
123456989
Кличка
243256345
Фамилия
635242345
Имя 
653424234

How can I make autocorrect in a text file (Notepad++) to achieve this format in one line
Имя, Фамилия, 123456989
Кличка, 243256345
Фамилия, 635242345
Имя , 653424234

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Stalker_RED, 2019-04-10
@Stalker_RED

\n(\d+)replace with , $1
That is, if there is a line feed and a number, then we change it to a comma, a space, and that same number

V
Valentin, 2019-04-10
@romanko_vn

https://regex101.com/r/bhI5er/1/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question