in reply to Re: Regex question: How do I remove an escape code from text?
in thread Regex question: How do I remove an escape code from text?

I opened it in vim, hit ga and guess what? It's a 0x00. Removed it via /\x00/ and now I'm 5x5.

As usual, you Monks rock!

D

  • Comment on Re: Re: Regex question: How do I remove an escape code from text?