Wondering if it is possible to have a streaming pcre implementation.
For example, let us say we have 2 buffers - "regex" and another "parser".
and the regex to me matched is "regexparser".
If I first pass the 1st buffer "regex", and next pass the 2nd buffer
"parser", it should now return a match for the regex "regexparser"
Is it possible to have this feature?
--
Anoop Saldanha
Hi. It may be doable with the implementation but it's not
straightforward. The API is really built around having all
the data in memory.
Russ
Right. Thanks
--
Anoop Saldanha