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 think it would be a good idea, as it would make many common operations faster on large data sets. Say, removing comments from a 50K source file... Luke