Use regex module to work around arbitrary limitations in re
Our automatically generated regular expressions break Python's random and arbitrary limit of 100 groups. See http://stackoverflow.com/questions/478458
This commit is contained in:
Our automatically generated regular expressions break Python's random and arbitrary limit of 100 groups. See http://stackoverflow.com/questions/478458