Message172696
+1. Note that this really can't be done in user-level code. For example, consider matching the pattern
a|ab
against the string
ab
Without being _forced_ to consider the "ab" branch, the regexp will match just the "a" branch. So, e.g., the example code you posted will say "nope, it didn't match (the whole thing)". |
|
Date |
User |
Action |
Args |
2012-10-11 21:45:56 | tim.peters | set | recipients:
+ tim.peters, gvanrossum |
2012-10-11 21:45:56 | tim.peters | set | messageid: <1349991956.55.0.790151998808.issue16203@psf.upfronthosting.co.za> |
2012-10-11 21:45:56 | tim.peters | link | issue16203 messages |
2012-10-11 21:45:56 | tim.peters | create | |
|