How to remove the numbering from a huge list?

rulingim

Newbie
Joined
Apr 4, 2012
Messages
17
Reaction score
14
I have a list of sites which I want to import in my software but there is a problem. In the text file the urls in the format of

1. {url here)
2. {url here}
....
..
..

So how can I remove the numbers to the left?
 
use notepad++

you will also have to download the plugin "texteffects" i think it is called
 
For future reference text pad macros do stuff like that well. They can take a couple minutes to execute through late files but you can make them do pretty much anything
 
Replace all spaces for tabs then paste on excel and you have it separated in columns
Yep this is what I usually do, it works like a charm.
Sometimes you can paste it in excel directly and then just copy the second column.
 
Back
Top