python-rex icon indicating copy to clipboard operation
python-rex copied to clipboard

Support findall

Open ulope opened this issue 7 years ago • 0 comments

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.

ulope avatar Apr 08 '18 15:04 ulope