I need to write a script that will parse through several non-static documents on my server and print out all of the URLs on those documents to a single page.
Is there a PHP equivalent of *nix "grep" that I can use to locate lines with "http://" in them?