Python regular expressions with more than 100 groups?

Posted by Evan Fosmark on Stack Overflow See other posts from Stack Overflow or by Evan Fosmark
Published on 2009-01-25T22:48:56Z Indexed on 2010/05/25 23:21 UTC
Read the original article Hit count: 174

Filed under:
|

Is there any way to beat the 100-group limit for regular expressions in Python? Also, could someone explain why there is a limit. Thanks.

© Stack Overflow or respective owner

Related posts about python

Related posts about regex