in reply to Being Forced to Fork with Nested Regular Expressions
Any suggestions to get around this, or am I stuck?
With regexes I think you'll remain stuck. You'll also restrict yourself to assertions about simple strings which I imagine you'll quickly find restrictive.
Personally I think using the call stack to implement your backtracking will be a lot easier - but I would say that wouldn't I :-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Being Forced to Fork with Nested Regular Expressions
by Ovid (Cardinal) on Jan 02, 2004 at 18:07 UTC | |
by adrianh (Chancellor) on Jan 16, 2004 at 22:46 UTC |