At 9:54 PM +0100 7/29/07, John Delacour wrote:
>At 2:22 pm +0100 29/7/07, I wrote:
>
>>set _string to change "\\t([^A][^A][^A])\\t$" into "\\1" in _string 
>>with regexp
>
>or
>change "\\t([^A]{3})\\t$" into "\\1"

Unless I'm missing something, and in case it's not clear for the OP, 
this does not fit his request. He wants to match \tABC\t, the regexps 
above don't.

Emmanuel