Null Characters

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Hawaiian

Null Characters

Post by Hawaiian »

Is there a way to strip null characters from a file?

Mahalo!
Roy Beatty

Re: Null Characters

Post by Roy Beatty »

Using regular expressions:

Find:::: \x00<br>
Replace: (with nothing or a space)
Hawaiian

Re: Null Characters

Post by Hawaiian »

Thanks!
Post Reply