Re: StackOverflow Error

2001-04-11 Thread Michael McCallum
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

Re: StackOverflow Error

2001-04-11 Thread Ian Swett
Sorry, I meant (.|\n)*. Ian

StackOverflow Error

2001-04-11 Thread Ian Swett
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