in reply to Re: Re: A regex that does this, but not that?
in thread A regex that does this, but not that?

s/\s*\bt(?!est)[^t\W]*t\b//g;

Makeshifts last the longest.