Hello,
I'm often editing large files. I would like to delete many lines in one run.
e.g. I have a text file with the following lines:
A040 line1
A040 line2
A040 line3
A050 line4
A040 line5
A040 line6
etc
I would like to delete the lines starting with A040, so in the "find what" textbox I fill in:
^A040.*$\n
and in the "replace with" textbox:
<nothing>
And now the strange thing happens:
If I click on "start" and then on "replace" (and keep clicking on "replace") all lines with A040 will be deleted.
IF I click on "Replace All" about HALF of the lines will be deleted!
So if I have a textfile with about 100.000 times an A040-line. UE tells me in the first run that about 50.000 lines are deleted; in the second run 25.000 - etc.
How can I delete all the lines in ONE run?
Is it a bug or am I doing something wrong?
With kind regards,
Rien
I'm often editing large files. I would like to delete many lines in one run.
e.g. I have a text file with the following lines:
A040 line1
A040 line2
A040 line3
A050 line4
A040 line5
A040 line6
etc
I would like to delete the lines starting with A040, so in the "find what" textbox I fill in:
^A040.*$\n
and in the "replace with" textbox:
<nothing>
And now the strange thing happens:
If I click on "start" and then on "replace" (and keep clicking on "replace") all lines with A040 will be deleted.
IF I click on "Replace All" about HALF of the lines will be deleted!
So if I have a textfile with about 100.000 times an A040-line. UE tells me in the first run that about 50.000 lines are deleted; in the second run 25.000 - etc.
How can I delete all the lines in ONE run?
Is it a bug or am I doing something wrong?
With kind regards,
Rien