A
A
annonimus2022-03-14 10:50:03
Regular Expressions
annonimus, 2022-03-14 10:50:03

How to bookmark every "N" line in Notepad++?

Hello!
Guys, please tell me how to bookmark every "N" line in Notepad++. Previously, before version v7.7.1, I used the regular expression " ([^\n]*\n?){100} " (without quotes), for example, every 100 lines are marked here, but for some reason this function does not work in new versions .
Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dodo512, 2022-03-14
@annonimus

(\K[^\n]*\n?){100}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question