in reply to Re: Regex code block executes twice per match using look-arounds
in thread Regex code block executes twice per match using look-arounds
If the DFA had to look past my code block to check something else and then backtrack, the behaviour would make sense. However, I can't see how that is happening in this case.
I'm sure it must be me failing to get my head around something fundamental. Please could you point out where my understanding is lacking.
Cheers,
JohnGG
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Regex code block executes twice per match using look-arounds
by ikegami (Patriarch) on Jul 12, 2007 at 18:33 UTC | |
by johngg (Canon) on Jul 12, 2007 at 19:20 UTC | |
|
Re^3: Regex code block executes twice per match using look-arounds
by jettero (Monsignor) on Jul 12, 2007 at 15:43 UTC |