J
John
Hi I have just started to look at C#, so sorry if this is
a FAQ.
I have a several large text files (100MB). I need to find
the start postion of a string in these files. The reason
is that I just want to display a specific section of the
file to the user.
The file looks someting like this
texttext texttexttext text text
texttext texttexttext text text
texttext texttexttext text text
texttext texttexttext text text
texttext texttexttext text text
texttext texttexttext text text
<START_OF_SECTION:1>
texttext texttexttext text text
texttext texttexttext text text
texttext texttexttext text text
texttext texttexttext text text
<END_OF_SECTION:1>
The file is not xml it just uses tags like this to separte
the sections.
a FAQ.
I have a several large text files (100MB). I need to find
the start postion of a string in these files. The reason
is that I just want to display a specific section of the
file to the user.
The file looks someting like this
texttext texttexttext text text
texttext texttexttext text text
texttext texttexttext text text
texttext texttexttext text text
texttext texttexttext text text
texttext texttexttext text text
<START_OF_SECTION:1>
texttext texttexttext text text
texttext texttexttext text text
texttext texttexttext text text
texttext texttexttext text text
<END_OF_SECTION:1>
The file is not xml it just uses tags like this to separte
the sections.