App to remove double spaces? App to search and delete lines?

Slickone

Diamond Member
Dec 31, 1999
6,120
0
0
Does anyone know of an app or plugin that will remove double spaced lines in text files?

What about one that will search for a string, then delete that entire line of text?
 

rainypickles

Senior member
Dec 7, 2001
724
0
0
word will do that if you do a search and replace, if thats what you want. the special character for enter/return is ^p so you can search for ^p^p and replace it with ^p. or replace two spaces with one space. word will also delete particular lines, just search for them and replace with nothing.
 

Slickone

Diamond Member
Dec 31, 1999
6,120
0
0
Originally posted by: rainypickles
word will do that if you do a search and replace, if thats what you want. the special character for enter/return is ^p so you can search for ^p^p and replace it with ^p. or replace two spaces with one space.
Can Textpad do this? I tried searching for ^p, but it only looks for the literal. It can search for Hex.

word will also delete particular lines, just search for them and replace with nothing.
I knew about that, but I need to search for one of a list of several different strings, and if it finds a match, delete it's line. I want to be able to automatically quickly search for any of these strings, and not have to do it one by one.
 

sandorski

No Lifer
Oct 10, 1999
70,801
6,356
126
Hmm, I'm not very handy with these apps, but couldn't you just highlight All then change the format/properties to singleline from doubleline?
 

Slickone

Diamond Member
Dec 31, 1999
6,120
0
0
Originally posted by: sandorski
Hmm, I'm not very handy with these apps, but couldn't you just highlight All then change the format/properties to singleline from doubleline?
No.
 

rainypickles

Senior member
Dec 7, 2001
724
0
0
Originally posted by: Slickone
Originally posted by: rainypickles
word will do that if you do a search and replace, if thats what you want. the special character for enter/return is ^p so you can search for ^p^p and replace it with ^p. or replace two spaces with one space.
Can Textpad do this? I tried searching for ^p, but it only looks for the literal. It can search for Hex.

as far as i know, only Word will do that. sory