in reply to Re: Help with regex for complicated key=value string
in thread Help with regex for complicated key=value string

Yeah, a parser was also one of my first thoughts when I got confronted with this problem. It would be definitive a cleaner solution. But I'm still have some hope to find a RegEx.
  • Comment on Re^2: Help with regex for complicated key=value string

Replies are listed 'Best First'.
Re^3: Help with regex for complicated key=value string
by JavaFan (Canon) on Oct 29, 2008 at 18:31 UTC
    Well, I know that I could write a regexp, but if I were to spend the half hour to do so, I'm afraid your reply would be "but Python doesn't support 5.10 regexes yet".

    Frankly, I think you're better off asking Python questions in a Python forum.