I have the following... I wouldn\'t say problem, but situation.
I have some HTML with tags and everything. I want to search the HTML for every URL. I\'m doing it now by
Use a DOM parser to extract all tags, and, if desired, additionally scan the source for http:// outside of those tags.