From: Eric B. <er...@go...> - 2007-03-12 10:11:52
|
"Jason Wei [ES]" <ja...@ei...> wrote: > I created an RX_PCRE_REGULAR_EXPRESSION object for regular expression > matching. > And I have setup options I need. > > I used it to do a first match using keyword *"a*"*, I got the right result. > I used it to do a second match using keyword *"^a*"*, I got the right > result again. (Of course, I called `compile (keyword)' everytime). > Now I used it to do a third match using the keyword *"a*"* again over > the same context, then I got different result from the first match. > > During these three tries, I don't change any options, so I think I don't > need to call `reset'. But even if I called `reset' every time, I got > different results. > > And I provided a small application to show this problem. Just run this > application which check enabled and observe the assertion violation. I cannot read you .rar file. Can you send your example using another format? -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |