Re: Problem in splitting a string
From: Dave Brueck (dave_at_pythonapocrypha.com)
Date: 07/22/04
- Next message: Jeff Shannon: "Re: Getting information from OS"
- Previous message: Jens Thiede: "Re: Problem in splitting a string"
- Maybe in reply to: Angelo Secchi: "Problem in splitting a string"
- Next in thread: Peter Otten: "Re: Problem in splitting a string"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 22 Jul 2004 12:49:43 -0600 To: python-list@python.org
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
- Next message: Jeff Shannon: "Re: Getting information from OS"
- Previous message: Jens Thiede: "Re: Problem in splitting a string"
- Maybe in reply to: Angelo Secchi: "Problem in splitting a string"
- Next in thread: Peter Otten: "Re: Problem in splitting a string"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|