Eliminate ^ from your replacement string.
^ is a matching operator, not a replacing operator.
Matching operators goes only in the Find with what
not in the Replace with what
.
What goes in the Replace with What
is text and possibly values found.