more than 100 capturing groups in a regex

Joerg Schuster joerg.schuster at gmail.com
Tue Oct 25 08:05:45 EDT 2005


> but what is the reason for so much capturing groups?  I
> imagine that coding this and keeping code maintenable is a huge effort.

User input is compiled to regular expressions. The user does not have
to worry about those groups.




More information about the Python-list mailing list