On Fri, 2005-02-11 at 07:18 -0700, Dan Wilson wrote: > "... blahblah the brown fox jumped over $blahblah ..." > > I want to manipulate/replace the 'blahblah', but not the '$blahblah'. > How would I go about doing this? I've got the following regex, but it > doesn't do the trick: > > "/(([^\$])blahblah)([^_])/is"
" blahblah" should do it, no? As it has a space before it and the other is preceded by a $. -- Benjamin Schmuhl <[EMAIL PROTECTED]> MingleMatch, Inc. .===================================. | This has been a P.L.U.G. mailing. | | Don't Fear the Penguin. | | IRC: #utah at irc.freenode.net | `==================================='
