Notepad ++ Replace All Regular [removed]Start of the line and End of the line)

后端 未结 7 811
一生所求
一生所求 2021-02-07 10:09

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         


        
7条回答
  •  走了就别回头了
    2021-02-07 10:53

    If you are using notepad++, don't bother with the regex.

    Instead, use the extended search mode to replace all \n with (

提交回复
热议问题