2008/12/22 Jim Lucas :
> Rene Fournier wrote:
>> Hi, I'm looking for some ideas on the best way to parse blocks of text
>> that is formatted such as:
>>
>> $sometext %\r\n-- good data
>> $otherstring %\r\n-- good data
>> $andyetmoretext %\r\n
Rene Fournier wrote:
> Hi, I'm looking for some ideas on the best way to parse blocks of text
> that is formatted such as:
>
> $sometext %\r\n-- good data
> $otherstring %\r\n-- good data
> $andyetmoretext %\r\n-- good data
On Mon, Dec 22, 2008 at 15:56, Rene Fournier wrote:
>
> Each line should start with a $dollar sign, then some arbitrary text, ends
> with a percent sign, followed by carriage-return and line-feed. Sometimes
> though, the final line is not complete. In that case, I want to save those
> lines too.
Hi, I'm looking for some ideas on the best way to parse blocks of text
that is formatted such as:
$sometext %\r\n -- good data
$otherstring %\r\n -- good data
$andyetmoretext %\r\n
4 matches
Mail list logo