On Jul 28, 2007, at 6:12 AM, Joe Barwell wrote:

> set s to change "([^(AAA)])\\t$" into "\\1" in s with regexp

I'm not familiar with Satimage's implementation, but what are the  
inner () for? I've found that nested (()) break backreferences in  
most regex implementations.