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
Not a solution, but a workaround:
Instead of using Regex's you can use the notepad++ macro feature to record keystrokes and then replay until the end of the file...
Replay to end of file
Easier if you don't know Regex's.