pattern match

Gabor Nagy linux42 at freemail.c3.hu
Wed Apr 16 10:53:11 EDT 2003


I have a string, like '(FOO(1) BAR("2"))'

I'd like to have a { 'FOO':1, 'BAR':'2' }

Is there an easy way to do this, or do I have to write parsing, maybe use
regexps, or something like that?

Regards,
Gee





More information about the Python-list mailing list