Message332948
| Author | adiba |
|---|---|
| Recipients | adiba, ezio.melotti, mrabarnett |
| Date | 2019-01-03.21:29:10 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1546550950.61.0.624475109311.issue35653@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
This is the regular expression: ^(?:(\d*)(\D*))*$
This is the test string: 42AZ
This is the expectation for the match groups: ('42', 'AZ')
This is the actual return value: ('', '')
https://gist.github.com/adiba/791ba943a1102994d43171dc98aaecd0 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-01-03 21:29:14 | adiba | set | recipients: + adiba, ezio.melotti, mrabarnett |
| 2019-01-03 21:29:10 | adiba | set | messageid: <1546550950.61.0.624475109311.issue35653@roundup.psfhosted.org> |
| 2019-01-03 21:29:10 | adiba | link | issue35653 messages |
| 2019-01-03 21:29:10 | adiba | create | |