309 |
|
|
310 |
Recursion either matches the current regex, or some subexpression. The opcode |
Recursion either matches the current regex, or some subexpression. The opcode |
311 |
OP_RECURSE is followed by an value which is the offset to the starting bracket |
OP_RECURSE is followed by an value which is the offset to the starting bracket |
312 |
from the start of the whole pattern. |
from the start of the whole pattern. From release 6.5, OP_RECURSE is |
313 |
|
automatically wrapped inside OP_ONCE brackets (because otherwise some patterns |
314 |
|
broke it). OP_RECURSE is also used for "subroutine" calls, even though they |
315 |
|
are not strictly a recursion. |
316 |
|
|
317 |
|
|
318 |
Callout |
Callout |
339 |
data. |
data. |
340 |
|
|
341 |
Philip Hazel |
Philip Hazel |
342 |
March 2005 |
January 2006 |