backreference in regexp

Schüle Daniel uval at rz.uni-karlsruhe.de
Tue Jan 31 09:15:04 EST 2006


X-Enigmail-Version: 0.76.5.0
X-Enigmail-Supports: pgp-inline, pgp-mime
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Hello @all,

 >>> p = re.compile(r"(\d+) = \1 + 0")
 >>> p.search("123 = 123 + 0")

'search' returns None but I would expect it to
find 123 in group(1)

Am I using something that is not supported by Python
RegExp engine or what is the problem with my regexp?

Regards, Daniel




More information about the Python-list mailing list