string stripping issues

P Boy prettyboy988-google at yahoo.com
Fri Mar 3 03:20:21 EST 2006


This seems like a web page parsing question. Another approach can be as
follows if you know the limiting token strings:

a.split('    <TD WIDTH=175><FONT
SIZE=2>')[1].split('</FONT></TD>\r\n')[0]




More information about the Python-list mailing list