in reply to Negative Lookahead Assertion Problem
To get what you want, you could try to ensure that you reached the end of the word, with something like /\w+::\w+\b(?!\s*\()/ .
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Negative Lookahead Assertion Problem
by Anonymous Monk on Jul 18, 2005 at 23:34 UTC |