maximum recursion in "re" module?

Skip Montanaro skip at pobox.com
Mon Oct 15 21:28:13 EDT 2001


    Skip> Why do you need the ".*?" part of the re?  I'd try this:

    Skip>     startString = "Lo Fi Play</phrase></a> <phrase><a href=\""

Actually, if you can get by without the ".*?", you can just use string
objects' replace method...

Skip





More information about the Python-list mailing list