Aha. So you use it basically like a capturing regex. Interesting.
I'm wondering, could I use it like this to parse nested parentheses? They're no more than 4 levels deep. But they can be quite long (thousands of chars).
Aha. So you use it basically like a capturing regex. Interesting.
I'm wondering, could I use it like this to parse nested parentheses? They're no more than 4 levels deep. But they can be quite long (thousands of chars).