For Find and Replace, it always puts an extra character after the last line. For example, using the three lines below:
Line1¶
Line2¶
Line3¶
The Find/Replace values of Find: ^13 and Replace with *^13 always inserts an extra CRLF after the last line:
Line1*¶
Line2*¶
Line3*¶
¶
How can I not have the extra character add?