How to enter a NULL character?

Tool for Search and Replace across multiple files.
Post Reply
PiotrMP006
Posts: 3
Joined: Tue Jul 04, 2023 9:42 am

How to enter a NULL character?

Post by PiotrMP006 »

How to enter a NULL character?
User avatar
DigitalVolcano
Site Admin
Posts: 1731
Joined: Thu Jun 09, 2011 10:04 am

Re: How to enter a NULL character?

Post by DigitalVolcano »

Use regex mode and search for

Code: Select all

\u0000
Post Reply