Closed User4martin closed 10 months ago
Fix issue #368
The match of a lookbehind must end at the position where the scan was when the lookbehind started. If FindRepeated finds more than that many elements, then the code in OP_STAR just has to do extra backtracking.
Fix issue #368
The match of a lookbehind must end at the position where the scan was when the lookbehind started. If FindRepeated finds more than that many elements, then the code in OP_STAR just has to do extra backtracking.