Re: [NAnt-users] string::regex()

2006-12-08 Thread Michael Jervis
I guess this should go to nant-developers, but I don't want to subscribe to that just for one minor issue. However, attached is a patch (*) of a change to StringFunctions.cs to implement a bool string::regex-matches(string, regex) function, which I am now using in our production nightly build. C

Re: [NAnt-users] string::regex()

2006-12-05 Thread Gert Driesen
r 2006 16:29 > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] string::regex() > > Hi, > > The string::* functions include starts-with, contains, ends-with etc, > but there is no simple "regex" method. > > I've scripted a custom function in my b

[NAnt-users] string::regex()

2006-12-05 Thread Michael Jervis
Hi, The string::* functions include starts-with, contains, ends-with etc, but there is no simple "regex" method. I've scripted a custom function in my buildfile: