scrape url out of brackets?

Ravi Teja webraviteja at gmail.com
Sat Dec 24 22:56:07 EST 2005


Regular Expressions are the most common way.
http://docs.python.org/lib/module-re.html

HTML parser is another
http://docs.python.org/lib/module-htmllib.html




More information about the Python-list mailing list