Generating all permutations from a regexp

Fredrik Lundh fredrik at pythonware.com
Fri Dec 22 13:46:45 EST 2006


Nick Craig-Wood wrote:

> A regular expression matcher uses a state machine to match strings.

unless it's the kind of regular expression matcher that doesn't use a 
state machine, like the one in Python.

</F>




More information about the Python-list mailing list