Message284420
The regular expression can be simplified using local flags:
- stringprefix = (r"(\br|R|u|U|f|F|fr|Fr|fR|FR|rf|rF|Rf|RF"
- "|b|B|br|Br|bR|BR|rb|rB|Rb|RB)?")
+ stringprefix = r"(?i:\br|u|f|fr|rf|b|br|rb)?" |
|
| Date |
User |
Action |
Args |
| 2017-01-01 06:35:59 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, terry.reedy, python-dev, ammar2, Kenzie Togami |
| 2017-01-01 06:35:59 | serhiy.storchaka | set | messageid: <1483252559.7.0.53821672138.issue29071@psf.upfronthosting.co.za> |
| 2017-01-01 06:35:59 | serhiy.storchaka | link | issue29071 messages |
| 2017-01-01 06:35:59 | serhiy.storchaka | create | |
|