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)
commit1540d95dca40e15fa33714b2bd75dd4783b64a4f
treebeae66e1e9cd065958212119d209323a6ec56c01
parent84123438aa8c1df395f64f65b613d863c6d86e37
regexp matching in producers.xml,

ie. <If condition="utility.regexpmatch('string','pattern')">

beware uses weird RE.isMatch semantics,
so 'hello' is not matched by 'el' but only by '.*el.*'
source/mircoders/localizer/basic/MirBasicProducerAssistantLocalizer.java