Amir Plivatsky

Results 44 issues of Amir Plivatsky

**1.** The following pattern currently segfaults: `0123|5678|0123|56789|123456|8901234|6789|1234|67890|23|5` It is because the split instruction offset, which is fetched as signed char, becomes negative at that length. Since split/rsplit can only use...

Consider the regex `(a*)*` . Currently the recursive, recursiveloop and backtrack implementations **abort** on it. (BTW, this particular infinite loop, in which the PC is incremented without eventually the SP...

Form the README: - Matchers are NUL-char clean and take size of the input string as a param. However, this feature cannot actually be used, because compilecode() is not NUL-char...

Hi Paul, For another project that I contribute to, I need a flexible regexp package that I can easily change for my needs (natural-language sentence tokenizing). It looks like "re1"...