Re: [digester] patch: add support for "*" pattern in RulesBase

2004-06-09 Thread robert burrell donkin
On 7 Jun 2004, at 07:42, Simon Kitching wrote: Hi Alex, On Sun, 2004-06-06 at 01:53, Alex Karasulu wrote: Simon, Is there support for all the wild card permutations such as "*" at the head of a pattern, at the tail as well as anywhere in between. Also can "*" be used more than once in a pattern?

Re: [digester] patch: add support for "*" pattern in RulesBase

2004-06-06 Thread Simon Kitching
Hi Alex, On Sun, 2004-06-06 at 01:53, Alex Karasulu wrote: > Simon, > > Is there support for all the wild card permutations such as "*" at the > head of a pattern, at the tail as well as anywhere in between. Also can > "*" be used more than once in a pattern? No, none of the above is supported

[digester] patch: add support for "*" pattern in RulesBase

2004-06-04 Thread Simon Kitching
Hi, Much to my surprise I recently discovered that the pattern "*" doesn't work as a completely wild patternmatch in the RulesBase matching engine. So attached is a patch that adds support for this, together with unit tests. I'm posting this rather than just committing the patch because I'm wond