I have seen the instructions on using $1 in order to backreference the replace, but it is not working for me. Example:
I search for
<header
to replace with
$1 class="bold"
and instead of <header class="bold"
I get $1 class="bold"
Am I missing something?