Limbic~Region has asked for the wisdom of the Perl Monks concerning the following question:
I was told that it was inadequate because it didn't work in the general case (where Foo::Bar is getting replaced by \w+::\w+). I found that Foo could change to \w+ without a problem but that Bar couldn't. I believe this has to do with the 0-width part about assertions but why, in plain english, doesn't the following work?/Foo::Bar(?!\s*\()/
And - how would I properly answer this question in the future? While I have never tried to claim I had more regex knowledge then I have - I find not knowing the answer to this a bit embarrasing after using the language for 3 years./\w+::\w+(?!\s*\()/
Cheers - L~R
Update:Thanks all! I really should spend some time with The Owl and TFM.
|
---|