Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我要做的就是搜索由“s(NULL).(NULL)g”组成的字符串,其中 (NULL) 是 Notepad++ 中的实际空字符。
我想出了如何将 null 搜索为 /0,但我不知道如何编写一个字符串来搜索 's''\0''.''\0''g'。
如果您能帮助我,我将不胜感激。
谢谢!:)
使用以下命令进行 notepad++ 正则表达式搜索:
s\x00\.\x00g