regexp matching in producers.xml,
authorjohn <john>
Tue, 14 Oct 2003 23:47:48 +0000 (23:47 +0000)
committerjohn <john>
Tue, 14 Oct 2003 23:47:48 +0000 (23:47 +0000)
ie. <If condition="utility.regexpmatch('string','pattern')">

beware uses weird RE.isMatch semantics,
so 'hello' is not matched by 'el' but only by '.*el.*'


No differences found