BlockIt
blockit::external::pyparsing::Regex Class Reference
Inheritance diagram for blockit::external::pyparsing::Regex:
Collaboration diagram for blockit::external::pyparsing::Regex:

List of all members.

Public Member Functions

def __init__
def parseImpl
def __str__

Public Attributes

 pattern
 flags
 re
 reString
 name
 errmsg
 mayIndexError
 mayReturnEmpty
 strRepr

Detailed Description

Token for matching strings that match a given regular expression.
   Defined with string specifying the regular expression in a form recognized by the inbuilt Python re module.

Definition at line 1742 of file pyparsing.py.


Constructor & Destructor Documentation

def blockit::external::pyparsing::Regex::__init__ (   self,
  pattern,
  flags = 0 
)
The parameters pattern and flags are passed to the re.compile() function as-is. See the Python re module for an explanation of the acceptable patterns and flags.

Definition at line 1746 of file pyparsing.py.


Member Function Documentation

def blockit::external::pyparsing::Regex::__str__ (   self)

Reimplemented from blockit::external::pyparsing::ParserElement.

Definition at line 1787 of file pyparsing.py.

def blockit::external::pyparsing::Regex::parseImpl (   self,
  instring,
  loc,
  doActions = True 
)

Reimplemented from blockit::external::pyparsing::ParserElement.

Definition at line 1771 of file pyparsing.py.


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Properties