Hi all,
I have something weird going on in my StringReplacer.
E.g. a simple string goes in.
StringReplacer settings:
RegEx captures whole string in capture group 1, then as a replacement I use capture group 1, followed by the string "finished"

In the output the string "finished" is somehow duplicated.
Magic / bug / am I doing something wrong?
Cheers,
Ed