in reply to Re: Negative Lookahead Assertion Problem
in thread Negative Lookahead Assertion Problem

/\w+::(?>\w+)(?!\s*\()/ might be better for the person that has to read your code later
  • Comment on Re^2: Negative Lookahead Assertion Problem