Removing “NUL” characters

2019-01-08 08:07发布

I have got characters like that in my notepad++

npp screenshot of NULs

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

File:1

What i want to do, is replace those null, to be nothing, so i can copy my whole line. Maybe there is any keyword that will tell notepad++(or any other program that might help) to replace those characters? When i am selecting it, use Right Click and then "clear", its gone - but i dont want to do it one by one.

I don't care about removing the cause of this problem, just the effect(NULs)

7条回答
太酷不给撩
2楼-- · 2019-01-08 08:50

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

查看更多
登录 后发表回答