Closed goerz closed 7 years ago
Add a routine find_all(pattern, expr) that returns a list of MatchDict instances for each sub-expression of expr that matches pattern
find_all(pattern, expr)
MatchDict
expr
pattern
Better to have a findall method to Pattern that returns a list of matched expression (not MatchDict instances), akin to re.findall
findall
Pattern
re.findall
Add a routine
find_all(pattern, expr)
that returns a list ofMatchDict
instances for each sub-expression ofexpr
that matchespattern