[issue1708652] Exact matching

Matthew Barnett report at bugs.python.org
Sun Sep 19 01:03:55 CEST 2010


Matthew Barnett <python at mrabarnett.plus.com> added the comment:

'$' matches at the end of the string or at a newline at the end of a string (if multiline mode isn't turned on). '\Z' matches only at the end of the string.

If not even the OP is convinced of the need, then I have no objection to closing.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1708652>
_______________________________________


More information about the Python-bugs-list mailing list