[Mono-devel-list] Regex: 'Split' function problem.

Namit Dhameja ndhameja at panaceasoftware.com
Fri Feb 13 12:03:32 EST 2004


Hi Eric,
    I have added the bug to bugzilla. Thanks for taking a look.
    The ID is: http://bugzilla.ximian.com/show_bug.cgi?id=54242
-Best Regards,
Namit.

> ----- Original Message ----- 
> From: "Eric Durand-Tremblay" <erdut2 at ulaval.ca>
> To: <mono-devel-list at lists.ximian.com>
> Cc: "Namit Dhameja" <ndhameja at panaceasoftware.com>
> Sent: Thursday, February 12, 2004 8:16 AM
> Subject: Re: [Mono-devel-list] Regex: 'Split' function problem.
>
>
> > Namit Dhameja a écrit :
> >
> > > Hi,
> > >     I ran into problems when using the following code:
> > >
> > >  parseWith = "/";
> > >  Regex regPath = new Regex(parseWith,RegexOptions.RightToLeft);
> > >  return regPath.Split(parseString);
> > >
> > > Basically it throws an exception at 'regPath.Split', the workaround is
> > > to use the code below:
> > >
> > > char[] c = {'/'};
> > > string[] pS = parseString.Split(c,parseString.Length-1);
> > > return pS;
> > >
> > > -Best Regards,
> > > Namit.
> > >
> > Hello Namit,
> >
> > It would be helpfull if you could write a bug in bugzilla.  I will check
> > it soon.
> >
> > Eric Durand-Tremblay
> > TIP-Mono Team
> > Blog : http://aeglos.dyndns.org/tip-mono/
> >
> > _______________________________________________
> > Mono-devel-list mailing list
> > Mono-devel-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-devel-list
> >
> >
>
>
>




More information about the Mono-devel-list mailing list