[SUGGESTION] add Append to change node

There is a pretty simple way to append (or prepend) using a change node with regex:

... as long as you know that ^ means "start of string", and $ means "end of string".

4 Likes