J
jameshanley39
if you try to replace a line, text starting with
file1
"
line1<ENTER>
line2<ENTER>
line3<ENTER>
"
so to delete line2<ENTER>, do
edit...replace... more..use wildcards <-- check that
so you can use *
Though this creates an issue.. The "special list" changes, and no
longer has ^p, you can type it, but that does the same as choosing
it. ^p does not work. When using wildcards.
now to remove line2 with the <ENTER>,
instead of doing line2*^p
(which does not work)
do
edit..replace..
And in the find box, do
line2*^13
(in the replace box, replace it with whatever, e.g. nothing)
note- it may be that when choosing "use wildcards", that means use
regex. And that is why ^p does not work, and why the special list look
suspiciously like regex symbols!
interestingly, this answer came from experts exchange!
of course , things on usenet are in a better place. But there is some
good expertise there. Not just idiots as it should be on a non usenet
forum! all answers are viewable without registering.. you just have to
scroll past some adverts. I mention it because that is the source I
read the answer from.
file1
"
line1<ENTER>
line2<ENTER>
line3<ENTER>
"
so to delete line2<ENTER>, do
edit...replace... more..use wildcards <-- check that
so you can use *
Though this creates an issue.. The "special list" changes, and no
longer has ^p, you can type it, but that does the same as choosing
it. ^p does not work. When using wildcards.
now to remove line2 with the <ENTER>,
instead of doing line2*^p
(which does not work)
do
edit..replace..
And in the find box, do
line2*^13
(in the replace box, replace it with whatever, e.g. nothing)
note- it may be that when choosing "use wildcards", that means use
regex. And that is why ^p does not work, and why the special list look
suspiciously like regex symbols!
interestingly, this answer came from experts exchange!
of course , things on usenet are in a better place. But there is some
good expertise there. Not just idiots as it should be on a non usenet
forum! all answers are viewable without registering.. you just have to
scroll past some adverts. I mention it because that is the source I
read the answer from.