I was wondering if anyone knows of a way to extract URLs from a plain text file? The usual modules have not been helpful as they are geared towards HTML. I need to parse a plain text file that has numerous URLs (not links), and put them into an array. Any tips or snippets are most appreciated!