Re: [Pyparsing] parse challange, at least for me:)
Brought to you by:
ptmcg
From: Werner <wer...@gm...> - 2014-05-24 15:04:34
|
Hi Diez, On 5/23/2014 13:45, Diez B. Roggisch wrote: > Hi, > > for that problem (if it's that "simple", meaning one line, strict conventions) I wouldn't bother using pyparsing. > > Just readline, and string-methods. Good point, will do that, but I am still intrigued why my code in the last post is not handling correctly the none matching lines, i.e. I like to just have them ignored. Werner |