BlockIt
|
Public Member Functions | |
def | __init__ |
def | parseImpl |
Public Attributes | |
returnString | |
name | |
errmsg |
Token to match a specified string, ignoring case of letters. Note: the matched results will always be in the case of the given match string, NOT the case of the input text.
Definition at line 1578 of file pyparsing.py.
def blockit::external::pyparsing::CaselessLiteral::__init__ | ( | self, | |
matchString | |||
) |
Reimplemented from blockit::external::pyparsing::Literal.
Definition at line 1583 of file pyparsing.py.
def blockit::external::pyparsing::CaselessLiteral::parseImpl | ( | self, | |
instring, | |||
loc, | |||
doActions = True |
|||
) |
Reimplemented from blockit::external::pyparsing::Literal.
Definition at line 1591 of file pyparsing.py.
Reimplemented from blockit::external::pyparsing::Literal.
Definition at line 1583 of file pyparsing.py.
Reimplemented from blockit::external::pyparsing::Literal.
Definition at line 1583 of file pyparsing.py.
Definition at line 1583 of file pyparsing.py.