in reply to Re: breaking a text file into a data structure -- best way?
in thread breaking a text file into a data structure -- best way?
In any case, I am curious about a general approach to such problems, and at first glance, it seems that a state machine approach would help me. However, I got stuck with that as well, especially since my splitting markers are not *in* the line where I want to split the text, but *after* the line on which I want to split.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: breaking a text file into a data structure -- best way?
by rubasov (Friar) on Apr 10, 2010 at 03:42 UTC |