Subject: Re: How I'd like method-wrapping to work...
From: ts <decoux moulon.inra.fr>
Date: Thu, 22 May 2003 19:40:25 +0900
References: 7194871988
In-reply-to: 71988
>>>>> "t" == ts <decoux / moulon.inra.fr> writes:
t> gsub(/\wprior\w/, "next_mwrapper")
Well, it was (Thanks David Alan Black)
gsub(/\bprior\b/, "next_mwrapper")
regexp are stupid, this is one more proof :-)))
Guy Decoux