Firas Dib
Firas Dib
Great discussion! This is a complex problem. The current engine implementation reflects that of python 2.7, but as mentioned, the majority of users should have upgraded to 3.x. In order...
> I think that mere casually collected statistics—too small a sample size, a non representative sample, etc., are probably no better than isolated anecdotes would be, as a basis for...
Nice find. It looks like the newer versions align better with PCRE, and perhaps that flavor can be used instead?
Hmm, it looks like you've compiled a non-global regex, is that correct? In that scenario, only the first occurrence should be replaced. The first code examples (tries) to do that,...
I will try to get around to this soon.
You are correct, and this is a bug, but I wonder if its feasible to test for it. The current implementation is quite naive, and I'm not sure if I...
The current implementation for this is not something I'm very happy with. The group width calculation is something I would like to redo, and if I do that, it would...
My only issue is if this raises more questions than it answers. `16-bit? Are there other? Which is using?` `Emulated? What does that mean? Does it work with python or...
I'm torn on this. On on hand, it can be useful info, but on the other hand, its confusing information 90% of the time. It doesn't matter PCRE is running...
@mklement0 I agree the FAQ link should be there somewhere, I'm just not sure where to put it to make it intuitive.