In Notepad++, in the Replace menu (CTRL+H) you can do the following: * Find: .*?(http\:\/\/www\.[a-zA-Z0-9\.\/\-]+) * Replace: $1\n * Options: check the Regular expression and the . matches newline This will return you with a list of all your links. There are two issues though: