[IronPython] re.sub at the start of the string
James Matthews
nytrokiss at gmail.com
Tue Jan 23 03:49:36 CET 2007
When is there going to be a 1. manual on Iron Python and 2 and IDE!
On 1/21/07, Sanghyeon Seo <sanxiyn at gmail.com> wrote:
>
> 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
> users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
--
http://www.goldwatches.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20070122/cfe8db48/attachment.html>
More information about the Ironpython-users
mailing list