Re: parsing string into dict

2010-09-02 Thread Aleksey
On Sep 2, 12:46 am, Tim Arnold wrote: > Hi, > I have a set of strings that are *basically* comma separated, but with > the exception that if a comma occur insides curly braces it is not a > delimiter.  Here's an example: > > [code=one, caption={My Analysis for \textbf{t}, Version 1}, continued] >

Re: parsing string into dict

2010-09-02 Thread Aleksey
On Sep 2, 12:46 am, Tim Arnold wrote: > Hi, > I have a set of strings that are *basically* comma separated, but with > the exception that if a comma occur insides curly braces it is not a > delimiter.  Here's an example: > > [code=one, caption={My Analysis for \textbf{t}, Version 1}, continued] >

Re: parsing string into dict

2010-09-01 Thread Arnaud Delobelle
Tim Arnold writes: > Hi, > I have a set of strings that are *basically* comma separated, but with > the exception that if a comma occur insides curly braces it is not a > delimiter. Here's an example: > > [code=one, caption={My Analysis for \textbf{t}, Version 1}, continued] > > I'd like to pars