Use exrex.count() to know how many strings the regex generates
authorAntonio Ospite <ospite@studenti.unina.it>
Tue, 9 Apr 2013 12:01:21 +0000 (14:01 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Tue, 9 Apr 2013 12:01:21 +0000 (14:01 +0200)
exrex uses generators, so this saves memory as we don't have to store
the whole list of results anymore.

While at it refactor things a little bit so to pass the number of
elements to the crackpop() function too.


No differences found