I am tryin to Replace the start of line with a \"(\". However when i use replace all i\'m not able to do so.
For eg:
432425\\n 4254645\\n w4546746\\n 464
I do not have the rep points to add a comment...
@MrBones
replacing "\n" also needs "\n" as the beginning of the "replace with" so that the file still has \n instead of only "\r".
so for Notepad++
Find what:\n Replace with:\n(