Ok I'll try. Regex would be more powerful than just *,** and ?. There would be no need to have multiple pattern too (would use | in regex instead).
2010/11/8 Ruben Willems <[email protected]> > Hi > > > I do not know the exact reason, > CCNet depends a lot on contributions, and not everyone knows regex. > Also I think the modificationsFilter is already very old, from .Net 1.0 or > 1.1 > and in that version there was no regex (as far as I know) > > But if you think a regex variant is better / more maintainable, > we always welcome patches (hint, hint :-) ) > > > with kind regards > Ruben Willems > > > On Mon, Nov 8, 2010 at 5:42 PM, Benjamin Baumann > <[email protected]>wrote: > >> Hi all, >> >> I would like to know why the ModificationsFilter patterns are done with >> the custom class PathUtils and not via the C# regular expressions? >> >> Thanks in advance, >> Benjamin Baumann >> > >
