How to extract some text?

Oltmans rolf.oltmans at gmail.com
Sun Mar 8 18:18:29 EDT 2009


I'm at a loss to figure out how to extract some text from a string.
Here is a string:

setTimeout("location.href='http://youtube.example.com/login.aspx'",
5000);

and I want to only retrieve the URL from above i.e I only want this
http://youtube.example.com/login.aspx from the above string. Any ideas/
help is highly appreciated.

Thanks,
Oltmans




More information about the Python-list mailing list