Matthew Barnett <[EMAIL PROTECTED]> added the comment: Perl (?number) for calling numbered groups and (?&name) for named groups (Perl also supports (?P>name)). (?R) is equivalent to (?0).
It's interesting that the documentation for both Perl and PCRE say that they support (?P>name) because that's what Python uses! _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue694374> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com