If I try to do a RegExp replace and want to insert the search expression into the replace expression TextPad inserts "\1" or "\2" litteraly as replacement text, not the search expression from the Find form.
What am I doing wrong?
(tried both Posix and non-posix searches)