I checked sample from Python Regexp tutorial and I found something strange.
CPython and IronPython: m = re.compile("[a-z]+") p = m.match("sometext") p.group() *CPython returns: 'sometext' *IronPython returns: Traceback (most recent call last): File , line 0, in input##44 File , line 0, in group##15 IndexError: Index was outside the bounds of the array. Is it bug in IronPython? I'm using version IP 1.0 beta 5. ---------------------------------------------------- ODA DO RADOĊCI w kinach od 19 kwietnia! http://klik.wp.pl/?adr=http%3A%2F%2Fadv.reklama.wp.pl%2Fas%2Foda.html&sid=726 _______________________________________________ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com