On 11 Apr 2001, at 13:37, Ian Swett wrote:
> Is there anyway to prevent StackOverflow Errors with large files?
>
> Particularly, I have problems with the following:
>
> matching "start (.|\E)*" against any file with "start" towards the
> beginning, and
Sorry, I meant (.|\n)*.
Ian
Is there anyway to prevent StackOverflow Errors with large files?
Particularly, I have problems with the following:
matching "start (.|\E)*" against any file with "start" towards the
beginning, and the StackOverflow Error occurs if the file is long enough.
Is there an easie