[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Transcript of Bernstein hearing is now available



In article <199511021951.LAA03152@mycroft.rand.org>,
Jim Gillogly <jim@acm.org> wrote:
> 	s/([^a-z])nsa([^a-z])/$1NSA$2/g;  # Another one

It'd be faster to use `s/\bnsa\b/NSA/g' for these constructs.
-- 
Shields.