El s�b, 12-06-2004 a las 16:19, Carlos Guzm�n �lvarez escribi�: > Hello: > > Atatched is a sample test case using regular expressions > that fails in mono (Fedora Core 1) but works fine in .NET. > > The problem seems to be in the: > > return Regex.Replace(input, g.Value, "$1"); > > it can be fixed using: > > return Regex.Replace(input, g.Value, "$$1"); > > > But as the code works fine in .NET using a single $ i want to > know if it's a mono problem or the double $$ is tyhe correct syntax ??
/me looks at bugzilla ;-) -Gonzalo _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
