[IronPython] differences in IronPython/CPython regular expressions?

L. Lee Saunders saunderl at hotmail.com
Thu Jun 2 21:36:54 CEST 2011


> The fact that it's different between .NET and Mono makes me guess it's
> in the System::Text::RegularExpressions package.

If that is the case, it should be easy to test by using C#.  Just write a little console app to test you RegEx on both Mono and MS.NET.  If that fails then it is not a problem with IronPython but in the .NET core.

Of course I just may be smoking something.

Lee




More information about the Ironpython-users mailing list