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