This raises the question: do regex objects behave nicely
when the regex gets very large? Do they remain as fast?
Do they display reasonable (linear or n log n) memory
growth? Do they just stop working at some point?
Please reply if you have any experience with very
large regexes or other insights.
Thanks in advance. -- Aaron Watters
===
less is more
I found this:
http://bugs.python.org/issue1160
It looks exactly like my use case. drat.
-- Aaron Watters http://whiffdoc.appspot.com
===
less is more.