Alice Mizer
Newbie
- Jul 31, 2010
- 26
- 4
I've downloaded something like 20 text editors tonight trying to find one to suit my needs. Basically, I need a text editor capable of handling extremely large keyword/URL lists--which is easy in and of itself.
However, I really want to find a text editor that will search for a particular string and delete any line containing that string for filtering purposes. I know I can use the basic regular expression search in a lot of advanced text editors, but it's not as friendly as a text editor that does pattern matching and you can only search for one thing at a time.
I found a program that loads a list from a file, compares against a list of words, and deletes all the lines containing those words--and it doesn't work on my computer, haha! Go figure.
If anyone has something like this that they'd like to share their knowledge on, I'd love to hear about it!
However, I really want to find a text editor that will search for a particular string and delete any line containing that string for filtering purposes. I know I can use the basic regular expression search in a lot of advanced text editors, but it's not as friendly as a text editor that does pattern matching and you can only search for one thing at a time.
I found a program that loads a list from a file, compares against a list of words, and deletes all the lines containing those words--and it doesn't work on my computer, haha! Go figure.
If anyone has something like this that they'd like to share their knowledge on, I'd love to hear about it!