Removing “NUL” characters

前端 未结 7 1454
死守一世寂寞
死守一世寂寞 2020-11-29 19:44

I have got characters like that in my notepad++

When i am trying to copy whole line, i am actually copying everything until \"NUL\":

File:1
         


        
7条回答
  •  清酒与你
    2020-11-29 20:25

    Open Notepad++
    Select Replace (Ctrl/H)
    Find what: \x00
    Replace with:
    Click on radio button Regular expression
    Click on Replace All

提交回复
热议问题