in reply to RegEx Challenge

As a regex fanatic (who aced the test), I'm curious what behaviors you feel aren't documented.

_____________________________________________________
Jeff[japhy]Pinyan: Perl, regex, and perl hacker, who'd like a (from-home) job
s++=END;++y(;-P)}y js++=;shajsj<++y(p-q)}?print:??;

Replies are listed 'Best First'.
Re: Re: RegEx Challenge
by Adam (Vicar) on May 03, 2002 at 21:20 UTC
    The look-behind. It looks at the original scalar rather then the modified. It makes sense, but it could really go either way.
      Ah yes, that. I've witnessed people getting bitten by that.

      _____________________________________________________
      Jeff[japhy]Pinyan: Perl, regex, and perl hacker, who'd like a (from-home) job
      s++=END;++y(;-P)}y js++=;shajsj<++y(p-q)}?print:??;