[Pyparsing] ignore solved
Brought to you by:
ptmcg
From: Michael B. <mic...@we...> - 2005-01-19 15:31:29
|
:-) Its esfComment = (Literal (":prol.") + ZeroOrMore( CharsNotIn (":") | ( ":eprol" + ~Literal("."))) + Literal (":eprol.") ).streamline ().setName("esfComment") Michael |