urlwatch
urlwatch copied to clipboard
Add re.findall to pick out re matches
Actually using re.finditer so we can apply a repl to the result. This allows users to pick out matches and reformat them in one step.
Fixes #804