Message74203
| Author | mrabarnett |
|---|---|
| Recipients | akuchling, amaury.forgeotdarc, georg.brandl, jimjjewett, mark, mrabarnett, pitrou, rsc, timehorse |
| Date | 2008-10-02.22:49:58 |
| SpamBayes Score | 0.0033062482 |
| Marked as misclassified | No |
| Message-id | <1222987799.82.0.977009226711.issue2636@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Perl v5.10 offers the ability to have duplicate capture group numbers in
branches. For example:
(?|(a)|(b))
would number both of the capture groups as group 1.
Something to include? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-10-02 22:49:59 | mrabarnett | set | recipients: + mrabarnett, akuchling, georg.brandl, jimjjewett, amaury.forgeotdarc, pitrou, rsc, timehorse, mark |
| 2008-10-02 22:49:59 | mrabarnett | set | messageid: <1222987799.82.0.977009226711.issue2636@psf.upfronthosting.co.za> |
| 2008-10-02 22:49:59 | mrabarnett | link | issue2636 messages |
| 2008-10-02 22:49:59 | mrabarnett | create | |