in reply to Re: Arbitrary number of captures in a regular expression
in thread Arbitrary number of captures in a regular expression
At what cost tho? Maintaining that array and rolling it back during backtracking must impose a runtime cost for what IMO is not all that common a use case.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Arbitrary number of captures in a regular expression
by TimToady (Parson) on Sep 26, 2007 at 00:27 UTC |