in reply to Re: 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?

You should run a sample of the input through od and see whats really there.

I would recommend the -c and or -a switches to get 005 or enq respectively if its a control-e

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