K
K
Kamil2020-11-16 16:34:46
Notepad++
Kamil, 2020-11-16 16:34:46

How to delete the first 15 lines in bulk in a text file?

Tell me the regular expression, there is a text file in which the data is indented.
For further work with the file, you need to remove the first 15 characters in the line . I try to replace
under the regular expression like this:

^.{15}(.*)$
with
$1

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question