Newbie needs help with regex strings
Dennis Benzinger
Dennis.Benzinger at gmx.net
Wed Dec 14 13:01:28 EST 2005
More information about the Python-list mailing list
Wed Dec 14 13:01:28 EST 2005
- Previous message (by thread): Newbie needs help with regex strings
- Next message (by thread): Newbie needs help with regex strings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Christopher Subich schrieb: > Paul McGuire wrote: > > [...] > For the example listed, pyparsing is even overkill; the OP should > probably use the csv module. But the OP wants to parse lines with key=value pairs, not simply lines with comma separated values. Using the csv module will just separate the key=value pairs and you would still have to take them apart. Bye, Dennis
- Previous message (by thread): Newbie needs help with regex strings
- Next message (by thread): Newbie needs help with regex strings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list