Problem in splitting a string

Dave Brueck dave at pythonapocrypha.com
Thu Jul 22 14:49:43 EDT 2004


Angelo Secchi wrote:
> 
> Thanks, Wes. I would like the tring in my example splitted as:
> 
> ['','','',and so on,'23','','','"name,surname"','','','',and so on,'\n']

Python 2.3 has the csv module. See section 12.20.5 of the docs for some 
examples.

-Dave



More information about the Python-list mailing list