Yes.
\x00
That is a null char and you can match it with any PCRE engine. Note that most visual tools, like Dreamweaver etc, won’t handle this well, and won’t even display it. In fact, most will stop processing the file when they hit the null character.
The exception being the mighty Notepad++. So use that if you’re afraid of the CLI.


