On Thu, 26 Sep 2002, Luke Palmer wrote: > Before people get I<too> far on the regex engine, is there any plan to > implement split buffers; i.e. storing one string in multiple places and > tying them together? Has this already been done?
I don't understand how this would affect the regex engine -- wouldn't it either be done inside the string implementation (since we always call string_index() to get the next char) or in its own PMC? /s