only search, not replace \t
Brought to you by:
hviseria
I found myself doing a seach for a tab character to replace it temporarily with a TabHERE string. After I did that I applied some other transformations using the software. But then I wanted to replace the TabHERE string to a tab character - when I indicated that the replace string was "\t" (without quotes) I got all TabHERE strings replaced by the letter t. Is this a bug?