Is there a way to strip null characters from a file?
Mahalo!
Null Characters
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Re: Null Characters
Using regular expressions:
Find:::: \x00<br>
Replace: (with nothing or a space)
Find:::: \x00<br>
Replace: (with nothing or a space)