import re
print re.sub('^', 'x', 'abc')

CPython prints xabc, IronPython prints just abc.

For FePy users: you can use FEPY_OPTIONS=regex to avoid this bug for
the time being.

-- 
Seo Sanghyeon
_______________________________________________
users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to