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?
Unfortunately this doesn't work. While I know that escape codes don't care about case, this shows up as ^e, rather than ^E and it resists all versions of 05 that I can throw at it. I'm thinking now that maybe it's something else and not that escape code. Is there a way to match it outside of hex? Also, it doesn't show up as regular text and does not match to \^e.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Regex question: How do I remove an escape code from text?
by dga (Hermit) on Mar 20, 2003 at 17:33 UTC |