brucexs wrote:
> Thansk Julien. I tried this with the pcrecpp.dll in your zip but it
> did not work well. For example
> re.create("abcd").fullmatch("abcd")
> failed to match.
Here it seems to work. This:
win.debug(re.create("abcd").fullmatch("xxx"))
displays "0" while this:
re.create("abcd").fullmatch("abcd")
displays "1".
Could anybody confirm?
