Message74689
| Author | mrabarnett |
|---|---|
| Recipients | kamek, mrabarnett, niemeyer, rhettinger, timehorse |
| Date | 2008-10-13.15:35:22 |
| SpamBayes Score | 0.008017925 |
| Marked as misclassified | No |
| Message-id | <1223912123.13.0.0573362259559.issue694374@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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! |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-10-13 15:35:23 | mrabarnett | set | recipients: + mrabarnett, rhettinger, niemeyer, kamek, timehorse |
| 2008-10-13 15:35:23 | mrabarnett | set | messageid: <1223912123.13.0.0573362259559.issue694374@psf.upfronthosting.co.za> |
| 2008-10-13 15:35:22 | mrabarnett | link | issue694374 messages |
| 2008-10-13 15:35:22 | mrabarnett | create | |