Table of Contents
A sequence of expressions: '[ab][cd][ef]'
__add__ ( self, other )
__init__ ( self, expressions )
Match the list of sequential expressions, in order. Each expression starts matching at the point where the previous match finished.
__str__ ( self )
the corresponding pattern string