Need a text editor!

n8800

Power Member
Joined
May 21, 2008
Messages
558
Reaction score
256
I need a text editor that will be able to colllect from one point of the line to the other. Basically lets say that i have a text file with 4,000 href='www.donuts.com' but in total it has 450,000 lines of coding i need to be able to extract all of the href='www.donuts.com' out of that text file any software i could use to do this?
 
Have you tried Notepad++? It's free and one of the most popular text editors around.

Code:
 notepad-plus-plus.org
 
I tried with that but i wasnt able to extract only the href sections
 
Back
Top