Re: [pcre-dev] match point reset bug?

Top Page
Delete this message
Author: Craig Silverstein
Date:  
To: pcre-dev, pcre-dev
Subject: Re: [pcre-dev] match point reset bug?
} OK, I had a free moment to look into this, and the comment in
} pcredemo.c is pretty clear (and the following code is too). I don't
} think this will be too hard to add to the C++ wrapper, though you
} never know.

OK, I have a fix pending here, and I'm just waiting for a few other
folks to look at it and give their ok. Once they do, I can send a
patch.

I ended up only testing on the regexp "b*|aa", but now that we handle
empty strings the same was pcredemo does, the \K should Just Work,
right?

craig