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