BlockIt
|
Public Member Functions | |
def | __init__ |
def | parseImpl |
Public Attributes | |
wordChars | |
skipWhitespace | |
errmsg |
Matches if the current position is at the end of a Word, and is not followed by any character in a given set of wordChars (default=printables). To emulate the \b behavior of regular expressions, use WordEnd(alphanums). WordEnd will also match at the end of the string being parsed, or at the end of a line.
Definition at line 2189 of file pyparsing.py.
def blockit::external::pyparsing::WordEnd::__init__ | ( | self, | |
wordChars = printables |
|||
) |
Reimplemented from blockit::external::pyparsing::ParserElement.
Definition at line 2196 of file pyparsing.py.
def blockit::external::pyparsing::WordEnd::parseImpl | ( | self, | |
instring, | |||
loc, | |||
doActions = True |
|||
) |
Reimplemented from blockit::external::pyparsing::ParserElement.
Definition at line 2202 of file pyparsing.py.
Reimplemented from blockit::external::pyparsing::Token.
Definition at line 2196 of file pyparsing.py.
Reimplemented from blockit::external::pyparsing::ParserElement.
Definition at line 2196 of file pyparsing.py.
Definition at line 2196 of file pyparsing.py.