in reply to multi-line (string doc) parsing
Of course it will be a bit harder than that because you have to recognize when you leave the ASCII table and start another.
And check first whether you have tabs. If you do then you should either be able to use them for a split or else follow the advice in How do I expand tabs in a string? so you can do the above.
|
|---|