Page 1 of 1

finding a URL in a large string of text

Posted: Sat Feb 19, 2011 11:18 pm
by Barkandgargle
What's the easiest way to take a large amount of text (such as the source code for an entire HTML page) and look for a certain string of text - like a lable. And then when I find that, to copy the URL that follows that string into a variable?

Thanks.