Eric actually did work on this and I wanted to incorporate it into the
standard library. I'll have a look at what he did.
Mark
On Oct 9, 12:46 am, Jacob <
submissionfight...@gmx.com> wrote:
> After all the talk of regular expression earlier, I figured I would ask
> this question here. I would like to know how to use a regular expression
> to find the closing paranthesis of an sexp. Such as... [(blah (blah q w e
> r) (blah a) () ()) (bleh 3 4) () (bloop a s (blop h))] Asuume that I only
> want to find (blah (blah q w e r) (blah a) () ()). Thanks for any response!