scrape url out of brackets?
Ravi Teja
webraviteja at gmail.com
Sat Dec 24 22:56:07 EST 2005
More information about the Python-list mailing list
Sat Dec 24 22:56:07 EST 2005
- Previous message (by thread): scrape url out of brackets?
- Next message (by thread): scrape url out of brackets?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): scrape url out of brackets?
- Next message (by thread): scrape url out of brackets?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list