There is a pretty simple way to append (or prepend) using a change node with regex:
change
... as long as you know that ^ means "start of string", and $ means "end of string".
^
$