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"

JD