I'm wondering how you managed that. You told me that you couldn't use Oniguruma for finding because you were storing each line individually in memory and Oniguruma wanted the entire text to be one contiguous memory block. How'd you get around that?
On Sep 24, 2005, at 9:35 AM, Allan Odgaard wrote:
The actual regexp syntax is now that of Oniguruma [1], since that's the library I use