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
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
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: