Message74174
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 |
|
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 | |
|