Re: how to use pyparsing for identifiers that start with a constant string

2005-06-15 Thread Kent Johnson
Paul McGuire wrote: > Be careful, Kent. You may get tagged as "the new pyparsing guy." :) Yeah, I was a little surprised I beat you to that one :-) Kent -- http://mail.python.org/mailman/listinfo/python-list

Re: how to use pyparsing for identifiers that start with a constant string

2005-06-15 Thread Paul McGuire
Be careful, Kent. You may get tagged as "the new pyparsing guy." :) -- Paul -- http://mail.python.org/mailman/listinfo/python-list

Re: how to use pyparsing for identifiers that start with a constant string

2005-06-14 Thread Kent Johnson
[EMAIL PROTECTED] wrote: > I am scanning text that has identifiers with a constant prefix string > followed by alphanumerics and underscores. I can't figure out, using > pyparsing, how to match for this. The example expression below seems to > be looking for whitespace between the 'atod' and the re

how to use pyparsing for identifiers that start with a constant string

2005-06-14 Thread phil_nospam_schmidt
I am scanning text that has identifiers with a constant prefix string followed by alphanumerics and underscores. I can't figure out, using pyparsing, how to match for this. The example expression below seems to be looking for whitespace between the 'atod' and the rest of the identifier. identifier