in reply to
Negative Lookahead Assertion Problem
someone on IRC pointed out: /(\w+?::\w+)\b(?!\s*\()/ It's not the answer to your question, though
Comment on
Re: Negative Lookahead Assertion Problem
Replies are listed 'Best First'.
Re^2: Negative Lookahead Assertion Problem
by
Anonymous Monk
on Jul 18, 2005 at 23:32 UTC
you have an extra ?
[reply]
In Section
Seekers of Perl Wisdom