urlwatch icon indicating copy to clipboard operation
urlwatch copied to clipboard

Add re.findall to pick out re matches

Open Jamstah opened this issue 5 months ago • 2 comments

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

Jamstah avatar Mar 09 '24 10:03 Jamstah