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

后端 未结 7 807
一生所求
一生所求 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:38

    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...

    1. Put cursor in front of first line
    2. Start recording
    3. Type a (
    4. Press down and left on your keyboard
    5. End recording

    Replay to end of file

    Easier if you don't know Regex's.

提交回复
热议问题