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
Be careful, Kent. You may get tagged as "the new pyparsing guy." :)
-- Paul
--
http://mail.python.org/mailman/listinfo/python-list
[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
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