Additionally to the `match()` and `search()` methods the `re` module also supports `findall()` which allows finding all occurrences of a pattern. It would be nice if rex could support this as well.