Is there any way I can replace something with special character like \n, \t at so on? I can search with regex, and I can even use something like \1 to refer to the group. But I am surprised the \n,\t will be treated literally.
Asked
Active
Viewed 2,162 times