I have a text file with many different URL typed in the text.
For example:
file:///g:/somepath/subpath/file.txt /somepath/subpath/file.txt Http://www.domain.at/path/file.txt I need them to be extracted from the file. In the text file there is no HTML, so I cannot search for something like href.
Is there a RegEx for PHP that I can use?