in reply to Re^2: regex, use of lookaround for whole word filtering
in thread regex, use of lookaround for whole word filtering

Nice catch. Didn't even test that kind of scenario.

Took a few minutes after reading your post to realize why my suggested regex was incorrect. Another example of Perl doing what I told it to do instead of what I wanted it to do. :D

  • Comment on Re^3: regex, use of lookaround for whole word filtering