Message74174
| Author | mrabarnett |
|---|---|
| Recipients | akuchling, amaury.forgeotdarc, georg.brandl, jimjjewett, mark, mrabarnett, pitrou, rsc, timehorse |
| Date | 2008-10-02.16:48:15 |
| SpamBayes Score | 0.0018270422 |
| Marked as misclassified | No |
| Message-id | <1222966096.17.0.01470531458.issue2636@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I've found an interesting difference between Python and Perl regular
expressions:
In Python:
\Z matches at the end of the string
In Perl:
\Z matches at the end of the string or before a newline at the
end of the string
\z matches at the end of the string |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-10-02 16:48:16 | mrabarnett | set | recipients: + mrabarnett, akuchling, georg.brandl, jimjjewett, amaury.forgeotdarc, pitrou, rsc, timehorse, mark |
| 2008-10-02 16:48:16 | mrabarnett | set | messageid: <1222966096.17.0.01470531458.issue2636@psf.upfronthosting.co.za> |
| 2008-10-02 16:48:15 | mrabarnett | link | issue2636 messages |
| 2008-10-02 16:48:15 | mrabarnett | create | |